Help with debuging a for statement in BluePill
Hi, I'm using a base64 library to convert my data to my base64 on STM BluePill. everything works fine, but after 5 minutes i receive an imprecise data access violation hard fault error on a for statement. i'm using main loop to run my code every 1 se...