Resolved! NUCLEO-C5A3ZG STM32C5 QSPI Display Bring up Project
This project tests the STM32C5's XSPI capability to drive QSPI display using the NUCLEO-C5A3ZG M.2/SerialMem connector. GitHub - stm32-hotspot/STM32C5-M2-Serial-Mem-QSPI-Display · GitHub
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
This project tests the STM32C5's XSPI capability to drive QSPI display using the NUCLEO-C5A3ZG M.2/SerialMem connector. GitHub - stm32-hotspot/STM32C5-M2-Serial-Mem-QSPI-Display · GitHub
Hi,Although I'm quite familiar with Arduino and Teensy MCU's, I'm just getting started with STM32. I followed this 'getting started' video to upload an Arduino bootloader to my STM32F103C5T6 'blue pill' module, using an ST_LINK module.Before uploadi...
Hi All,I've been using my ST-LinkV3mini for a few weeks now quite happily, until two days ago when it just stopped talking to my M3 MacBook Air (MacOS 15.0.1). I'm fairly sure I know what's happening, when I try to communicate between the laptop and ...
Hi,When I try to generate code from stm32cubemx v6.4.0. I'm getting an error message like "The Eclipsec execution launcher was unable to locate its companion share library.". I'm attaching the screen shot here How to resolve this issue Thanks,Akhil
(STM32F407)I use an ADC with 2 channels, I should use that way. I want to save the bits separately, like in the example below. How should I configure MINC?Is MINC working like this?After the first conversion is complete:The value of Channel 1 is writ...
Hello everyone,We recently ordered an STM32F407VET6 board for our project because the specific board we needed wasn’t available. However, we’re now concerned about the authenticity of the board and whether it might be fake. We’re encountering issues ...
We're using the STM32F407VET6 microcontroller. When I connect it to my Windows laptop and attempt to debug with STM32CubeIDE, it shows "NO ST-LINK DETECTED, CONNECT AND RESTART DEBUGGING." I’m unsure how to resolve this issue. The user manual states ...
Hi, I am trying to make a simple bootloader for Nucleo-F446RE board.My bootloader code is look like working, but I don't know why when it jumps to the application it doesn't work. I am forwarding printf to UART2 so I can see the BL code is working, o...
Hi, I am trying to configure and use the LPUART on my STM32L552 board. From the user manual I deduce that the LPUART is connected to the ST-LINK by default, through a VCP.My code (in this order)Selects the system clock to be used for LPUART1 (which i...
Hi, I am trying to program a STM32L552ZEQ to use HSE instead of the default clock, but I am doing something wrong. I attach the reference manual, as well as the user manual for my specific board. In the user manual, on page 24, it is stated that ther...
Hello,I hope this message finds you well. I am currently working on a project involving the STM32L4R9I-DISCO board and am looking to implement HTTPS configuration.Could you please provide me with a complete setup guide, including any necessary librar...