User Activity

I have the following situation. I use a STM32F030F4 flashed with a programm created with Keil uVision. I use startupfile provided from ST. Flashtool and Target dialog are configured in "default". The address for the app inside the flash starts at 0x0...
Posted on February 17, 2018 at 10:09 I have a problem with STM32F042 CAN Filter mechanism. Basically the CAN is working. I can send and receive messages. But my filter are passing more messages to the FIFO as defined. This is leading to an overru...
Posted on March 03, 2016 at 14:48Hi there, is it possible to divide the EXTI4_15_IRQHandler into smaller groups of EXTI Lines ? For example EXTI0_1_IRQHandler is responsible for EXTI line 0 and 1 and EXTI2_3_IRQHandler for EXTI line 2 and 3. But all...
Posted on October 31, 2014 at 14:09 I use STM32F030F4 and want to use SRam-parity-checking. The reference manual hints: ''When enabling the RAM parity check, it is advised to initialize by software the whole RAM memory at the beginni...
Posted on October 28, 2014 at 17:38I want to calculate a CRC over the whole Flash Memory (16kB) of a STM32F030F4. I works fine up 8kB. Putting Values >8192 for BufferLength into CRC_CalcBlockCRC(uint32_t pBuffer[], uint32_t BufferLength). The progra...