2024-08-29 12:49 PM - last edited on 2024-08-29 10:26 PM by Peter BENSCH
Hello, good afternoon.
I'm using a stm32103c8, and I'm having a serious error when writing to the flash. I'm working on a project where I use timer4 and I'm doing a multiplexing between 8 pins where I control the LED and button, but when I write the LEDs, a flicker occurs (flag) and they blink. I used a native Mikroc library, and one that I created, but without success. Could someone help me?
2024-08-29 12:55 PM
Writing or Erasing Flash will stall the MCU, you could run the code, vectors and interrupts from RAM.
2024-08-29 01:19 PM - edited 2024-08-29 01:24 PM
Do you have any code showing how I can write using interrupt?