Resolved! STM32G031 BSDL
Hi,Where can I download the bsdl file for STM32G031? Thanks.Regards,Benedict
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hi,Where can I download the bsdl file for STM32G031? Thanks.Regards,Benedict
HiI have the following problem on my STM32F103C8T for which I have no clue how to continue. I am running the ADC1 with DMA in continuous conversion mode scanning 6 input signals. Everything works fine. Next step was activating ADC2 triggered by TIM1 ...
Hello!I have a question about ESD protection of Nucleo 144 STM32H7 development board. As I've noticed from the schematics the board uses ESDA7P60, ESDALC6V1, USBLC6-2SC6 and USBLC6-4SC6 for ethernet, buttons, SWD connectors and USB.Isn't it easier an...
When transmitting with a UART on this H747 board, a sent string will only get through two characters before HAL_UART_Transmit() hangs. No matter how I format the string (e.g., with or without snprintf() ), this same behavior occurs for UART8 and UART...
Hi,"We are planning to design a custom board using the STM32F103VBT6TR microcontroller and are looking for guidance on how to set up the bootloader section in the schematics. Specifically, we want to enable the ability to reprogram the microcontrolle...
Hi All,I am trying to get my Nucleo-U575ZI-Q to receive low level USART data using DMA. I have set it up to be a circular buffer in the IOC file but everytime I receive 1024 bytes for example after that it won't receive anything.When I call LL_DMA_Ge...
Hello, have been working with my L476RG and was curious if any of the ST accelerometers would be compatible with this board? I didn't see any in the X series of nucleo expansion boards.ThanksDG
Hi, I have a board with STM32H735I.I can only detect the IC when boot0 is tied to 3V3 effectively putting the MCU into DFU bootloader mode. In this mode, I can flash it OK with stlink or even USB-DFU. However, once I tie boot0 to gnd the device won't...
When running on the STM32 F746 eval board, the code does not go into the "netif_is_link_up(&gnetif)" function in the lwip.c file. For this reason I cannot ping. How can I solve this problem?
Hello. I have an STM32F407 Discovery Board. I have been using the same board for years. Last time i used it i was experimenting a speed control of a DC Motor which i had done it many times. After i started debug mode my board strangely shut down and ...