User Activity

As mentioned above I can't connect as the watchdog is continuously going off. I used the STM32CubeMx to enable the IWDG and it created the s/w load which enables the IWDG but doesn't refresh it. I know how to fix it in the s/w but my debugger under T...
i can see both in the tool and the source code that the TIM6 timer is not configured. It is in fact the TIM6_DAC_IRQHandler() I keep ending up in.Now it's easy enough to just force it to be disabled but I'm trying to figure out how to disable it in t...
Specifically I'm looking for any app notes on using the USB s/w HAL and drivers on a STM32F7 based processor.
Posted on May 10, 2017 at 15:23I want to use STM32CubeMX to create a project for the new board STM32L4 IoT Node Kit. There is this zip archive that is part of the s/w that is on the web page associated with the board. How is it applied to the STM23C...
Posted on February 16, 2017 at 21:03I'm running on a STM32L4 processor running FreeRTOS. I do use the HAL s/w for the drivers and their API to read/write to 4 USART interfaces. I'm currently running all of them as just a character interrupt on the r...