User Activity

Posted on September 18, 2015 at 12:46I accidentaly  did something bad to my flash memory on stm32f3. I tried to disable the write protection to the whole flash but in the result now I have the whole flash write protected and cant debug any program (...
Posted on September 03, 2015 at 14:57I'm using flash memory in my project so in order the interrupts to work properly I have to move the ISR vector to SRAM or else the flash will stall the interrupts during its work. My working environment is CubeMX...
Posted on August 11, 2015 at 09:40Hello, I'm using timer3 to generate an interrupt every 10ms (it saves one value everytime to a buffer). Everything works fine until I try to save buffer data to 1 page of flash. It happens of course inside the inter...
Posted on August 07, 2015 at 09:58Hello, I'm trying to set my timer3 on ch1 to make an interrupt with some frequency (100Hz). The idea is to switch it on and off by using a USER button situated on my stm32f3 board. I programmed it but it sometimes c...
Posted on August 04, 2015 at 13:24Hello, Lately I've been trying to save some data on flash in my STM32F3 discovery board. Saving data was succesful but I have a little problem in reading from this memory. Function I'm using to check my data is:  ui...