User Activity

The datasheet for the VN9D5D20F lists "Reverse battery through self turn-on" as a bullet point under "Protection", while the VN9D5D20FN datasheet does not.  This appears to be one of the major differences between the two parts, but I do not understan...
Using STM32CubeIDE v1.16.1, I am unable to generate .hex or .bin outputs using the Internal Builder and selecting the checkboxes found at `Properties -> C/C++ Build -> Settings -> MCU/MPU Post build outputs`:The files are not present in the build out...
I inherited an old STM32 project (STM32F373) that uses FreeRTOS and the old Standard Peripheral Library (apparently v1.0.0, dated Sept 20, 2012). Among other things, the project uses USART1 with interrupts to receive LIN messages, and also has a task...
I have a design using USART1 on an STM32F3 as a LIN slave receiver using the old standard peripheral drivers from ST Micro.  The code is too much to post here, but I have LIN Break Detect and RX Not Empty interrupts enabled, and for some reason under...
I acquired some code for an STM32F3 that performs LIN communication over USART1.  Previously the code used DMA channels for both memory-to-peripheral and peripheral-to-memory transfers to/from USART1, but it had some problems that required restructur...
Kudos from