▲ 2 r/stm32
printf not working inside IDE
Basically title. I'm working on a simple accelerometer/gyroscope project but I'm trying to print out the whoamI of the IMU chip first. I can see that the whoamI is being read because the variable IS reading the correct value (translated to decimal) but for some reason I can't seem to print anything to the SWV ITM Data Console. I tried putting a random printf line into the while(1) loop and still got no luck, and I tried fflush(stdout) too.
u/GxesanPY — 13 days ago