Got Free RTOS 2 work

This commit is contained in:
AlexanderHD27
2024-10-17 12:52:39 +02:00
parent 46f3514c6a
commit 6ba0535af9
10 changed files with 337 additions and 36 deletions

View File

@@ -17,6 +17,4 @@ send "rp2040.core1 arp_reset assert 0\n"
expect "> "
send "rp2040.core0 arp_reset assert 0\n"
expect "> "
send "exit\n"
exit

View File

@@ -18,4 +18,4 @@ send "cd motor-control/firmware/scripts/remote\n"
expect "$ "
send "./run_openocd.sh\n"
expect eof
expect "Kill Me Please, this is should not be triggered!"

View File

@@ -1,3 +1,3 @@
#!/usr/bin/bash
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 5000" -f target/rp2040.cfg -s tcl
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 100" -f target/rp2040.cfg -s tclErt645$