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, I'm a student quite new with STM, I am using a nucleo F072RB and I have been unable to print anything onto putty for a few weeks, it was working fine before summer break but not anymore (I haven't used my nucleo during that time), I am using the ...
Hello,We have bought the new AI Assistant board from Seeed Studio and we need some help on how we can connect an external debugger.We have two STLink/V2 debuggers, the plain and the ISOL version. However with the cables that they have we cannot conne...
I have an STM32L4R5ZI-P on a custom PCB. When designing the PCB I did not think far ahead enough and do my due diligence when it came to assigning and wiring pins on the STM32 in order to flash it. My design incorporates USB D connected to my PCB wh...
Hi Everyone,I am facing an issue with my MCU entering low-power mode.My code works fine when tested separately. I can successfully put the MCU into STOP 0 mode and wake it up through an EXTI line interrupt, but only when the Window Watchdog (WWDG) is...
Hello together,like many others here, I have the problem that after a short time, the debugger closes with the error message “Failed to get status,..”.The board is the nucleo-F767ZI. It has already been mentioned in the forum that it could be due to ...
We have a custom board using STM32H750IB and a single QSPI flash memory MT25TL01G. The QSPI pin for the flash memory is the same as STM32H750B-DK board, which is PF10 for CLK, PG6 for CS, PD11/PF9/PF6/PF7 for IO0-3. I saw several posts mentioned the ...
Hi everyone,I am using the X-NUCLEO-GNSS1A1 (Teseo-LIV3F) with a NUCLEO-H753ZI board.The UART2 interrupt is working correctly, verified by "[GNSS_RX] UART RX Callback triggered",but the GNSS module does not send any "$GPGGA" or NMEA sentences.Only bi...
Hi,we have an STM32H735G-DK eval board with product identification DK32H735G$AT3 but can not find the differences to older DK32H735G$AT2andDK32H735G$AT1product versions in the user manual:https://www.st.com/resource/en/user_manual/um2679-discovery-ki...
I would like to test UART Bootloader on my NUCLEO-C092RC.System Bootloader mode can be selected pressing the BOOT (B3) pushbutton while resetting the STM32C092 mcu through RESET (B2) pushbutton and without the ST-Link interference removing JP2, JP4, ...
Title edited to be clear that this is on a NUCLEO-F303ZE board.Hello all.I'm trying to write a simple message via UART to Putty using stm32f303ze microcontroller. I'm using USART2, via ST-link. All the configurations have been confirmed (baud rate, C...