Resolved! Step file for Nucleo-L552ZE-Q
Hello,Is there a STEP file for the Nucleo-L552ZE-Q? Thank you
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hello,Is there a STEP file for the Nucleo-L552ZE-Q? Thank you
Hey everyone,I want an UART communication between my PC and my STM32H745 Disco board. By default the UART 3 (connected to STLINK connector) is one core M4. My baud rate is 115200. My pins are initialized by default. My main is this :and the hal_uart_...
HI STM32 Team, I am currently working in a ethernet based project on STM32-F439ZI Microcontroller and I am looking to transmit 100Mbps which mean 12.5 Mega-Bytes per sec. But practically I can't achieve that speed I was able to achieve 8.2MB per sec...
Dear all,Could not verify ST device!This error popped up suddenly and blocks any progress. I took an older computer and had the same error again.Therefore, I suspected a hardware failure and ordered new adapters and processor boards, but I kept havin...
I have tried to transmit message through stm32f407 and want to see the signals. But I am not able to see that in logic analyzer. Can you help me out.#include "Mcu.h" #include "stm32f4xx.h" #include "Mcu_RegTypes.h" #include "Mcu_InternalTypes.h" voi...
Hello, I'm using the nucleo-h743zi2 board.I cannot select LSE in my clock configuration. My board is currently in the state described in the following guide. Does anyone know the reason? Thank you in advance for any advice you can provide.
A few months ago I made a post regarding a PCB I designed (see post here: https://www.reddit.com/r/PrintedCircuitBoard/comments/1b3wilu/pcb_design_review_request_mq2_gas_sensor/) where I used the STM32F030F4P6 MCU. I planned on boot loading this MCU ...
I have interfaced the W25Q128JV with the STM32F407G-DISC1 board. Is there any way that I can implement the FATFS on the W25Q128JV. If someone has any example code for the same, can you please share the link for it?
Hello dear friends,It's been a week since I worked on the CAN transceiver and couldn't make it work. I have set up the chip rcc, bit rate, and receive interrupt of CAN, set the receive filter, and the receiver id in transmission, with no success. I h...
Hello,I am trying to read multiple ADC channels using DMA. However, I cannot find scan mode configuration and rank selection in settings when I am setting up ADC on this particular board. Is there a way to set thrm up or any other way to read multipl...