Closed christopherkinyua closed 3 months ago
I moved the reboot command outside of the flash telecommand section and I added the scan_12c_bus. I have ensured the debug_tools/debug_uart.h header is in the file. Is there anything else that I am missing and is there supposed to be code for the scan_12c_bus code within this branch?
Looking at the diff, this seems like it's getting worse with each commit.
I reverted this branch back to commit 1abc2b46. I also rebased it to main to resolve the merge conflicts.
You should be good to just Squash and Merge now. If you wanted to make any more changes, make sure to use GitHub Desktop to delete your local branch, and then pull down the latest version of this branch.
Sure thing, Thanks for the help in fixing this.
No worries! Always happy to help! :)
Implemented System Reboot using Telecommand. I achieved this by using NVIC_SystemReset().
I tried to print to UART a statement to notify the user the board is rebooting but the system reboots before it can get the response to the terminal.