Posted on May 17, 2011 at 13:28Hi, i have a STM32F103 and use the stm32f10x_flash-Libary. It works. But when i write data to an adress i can no longer erase the page i wrote the data to until i make a reset of the STM. After a reset i can delete the...
Posted on May 17, 2011 at 13:14Hello, we use a software reset in some cases to reset our STM32 uC oing this: *((unsigned int*)0xE000ED0C) = 0x05FA0001; And we have very very very very big problems with that. It seems as if the reset only resets the ...
Posted on May 17, 2011 at 12:42Hi, i have a Problem with a not correct working SPI Transfer. I use DMA Transfer to load the data register and fetch the rx-data. Furthermore i use hardware nss because i hoped, that the DMA_Channel3->CNDTR register is...