User Activity

Posted on July 06, 2018 at 15:50Hello,we are running a stm32f49xxx mcu with sdram which is used as a video ram.now with higher product lines we have more traffic on the memory bus causing flickering. With code optimization we can reduce it but it ap...
Posted on March 08, 2017 at 16:06Hi guys,we have a problem here. We run a Stm32F469BITx at 180 Mhz. There is a lcd display and a realtime process included. The realtime process creates GPIO-Pin-Changes in Mikrosecond intervalls. The problem is that ...
Posted on August 26, 2016 at 18:35After including some time critical realtime process to the mcu application which also handels a display flickering occurs. (bad idea i know)I found that the flickering occurs when the GUI_MultiBuf_Begin function is ...
Posted on August 25, 2016 at 17:02Hello,i try to intialize and rise an software interrupt on stm32 platform.As far as i've found out one needs to set ExtI.SWIER register which effectively will invoke the interrupt handler function.So i assume settin...
Posted on April 16, 2015 at 16:42I think i found an bug in the CAN driver. Explain me this:a) Receiving 1. In the example application HAL_CAN_Receive_IT is called from HAL_CAN_RxCpltCallback 2. Looking in the implementation of the driver we see that...