EOS-S3 Thing+ Example Project and Debugging
We set out to have a project that just turned on an LED. Joe figured out how to do this and then he found a function called HAL_RTC_SetupAlarm which can call a function every x seconds. He made a function to switch the led color every 1 second. We were consistently making and uploading new versions using qfprog which was very satisfying in its own right. It shows just how far we've come.
I was able to load up Joe's example code to the board and then prove I was actually debugging the chip by placing a breakpoint on the setupAlarm function and each time I hit continue, the LED would change color. I could also step around if I needed to.
Comments
Post a Comment