User Activity

Hi all.Thanks in advance for taking the time to answer - much appreciated.Context:STM32F405RG running 3 tasks using CMSIS_OS v2. Using HAL.IWDG set to 10s.HAL_IWDG_Refresh() sprinkled throughout the 3 tasks and in idle task.Symptoms:IWDG resets MCU l...
Posted on July 31, 2017 at 02:17Preamble for the uninitiated:CAN identifiers are usually associated/related with/to the content of the message rather than as an identification mechanism for a specific participant on the bus.The question therefore:In...
Posted on April 12, 2015 at 11:16I have an ILI9325 TFT LCD connected to an F417IGT6 via FSMC Bank 1, Region 1, using 16-bits.The ILI9325 has an 8080-style interface, and FSMC A25 has been selected to drive register select as per AN2790 Figure 3 for ...
Posted on April 24, 2014 at 15:59 Hi all, Hoping to get a second pair of eyes on this code. I'm trying to capture large amounts of data from USART1 using DMA on an F30x series MCU. So far no luck - feels like I'm looking past an ob...
Posted on December 16, 2013 at 15:15Hi all, hoping to get a couple of pointers here as I'm a little stuck on this one.The just of it: I have a program adapted from the VCP loopback example. It runs beautifully at 0x8000000. When I jump to it (at 0x8...