Ask questions, find answers, and share insights on STM32 products and their technical features.
I’m working with an STM32G474RE chip, and I’m trying to use the synchronization feature of the DMA multiplexer to time when a DMA transfer to SPITX should occur. I’d like to have this timed synchronously to some other timer events.Looking at the docu...
Dear ST Hello,I am using the ST example for SPI communication for getting started with STM32F429i-discovery.This the header of the main file. ****************************************************************************** * @file SPI/SPI_FullDuple...
Hi,I'm working on a project with a STM32L475RC and I'm facing problems with the SMBUS.The STM32L475RC is used as a SMBUS/PMBUS Client. As smbus/pmbus stack I use the X-CUBE-SMBUS Expansion Package (AN4502).Now I'm facing problems with block transfers...
In my opinion one of the simplest ways to receive an unknown amount of data has been this post which details how to use IDLE line detection to trigger the DMA to call the HAL_UART_RxCpltCallback function. This then reads the data received via UART fr...
In a similar question it is recommended to carry out the instructions:void HAL_UART_ErrorCallback (UART_HandleTypeDef * huart){ // I implement this .. but eventually you can decide with different approach // Many macros / proc on this code .. is just...
I am trying to jump into embedded world but i have very less prior experience .... I have been programming PIC16f877a and i felt comfortable with it but now i want to go deep ... Should i opt for STM32 ?Thanks in Advance :)
Hello guys,I'm not new using DFU but I have this strange problem.When I try to jump in DFU from my code, I get an "Unknown usb device" from my PC.I have also 2 push button in my board. Reset and DFU pin (keep PH3 high ).If I keep pressed DFU button a...
Every L4 board that I've seen had footprint for HSE crystal routed but not populated. As I understand it is because MSI has automatic calibration on LSE clock. In my latest design I did the same - reserved place for HSE but marked it DNP. The 32.768k...