Alan Ford
Alan Ford
It still exists for me. I looked over the printf implementation and nothing jumped out at me. My day job is pretty hectic at the moment, but next week I...
Still working on the problem. While the bug shows up on a NUCLEO-F103RB, the same code executes fine on a NUCLEO-F030R8. Digging a little deeper, the problem appears to occur...
Found a solution, but there may be side effects that are unknown at this time. The solution is to modify the linker script stm32f103xb.ld to change a line from: `_estack...
I haven't worked with the Arduino code in a while, but I will retrieve an Arduino from the local hackerspace and try it out. Usually it's an incorrect baud rate,...
I can confirm there is a problem. I tested with an Arduino UNO R3 board, Arduino 1.8.18 IDE, and CoolTerm as a serial terminal. I dropped the baud rate to...
If you hook up the Arduino IDE serial monitor you should be able to communicate with the controller and set quite a number of parameters. It looks like Mike Rouleau...
Ok, I'm starting to take Mike's code apart and see where there may be a bug. I don't see a crash from an overflow of data. My past experience with...