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
Hello everyone, I was wondering if there is a way to effectively get the power consumption of the STM323H747-DISCO when it is running over a period of time?When I am using STM32CubeMX and creating a project, I noticed the Tools tab (cf. picture) with...
After using the board for a couple of days, the board started giving the following error is Keil-MDK:And the two led's (LD1 & LD3) are always RED as shown below:And the Nucleo USB drivers are installed: I tried also to put the chip into loader mode (...
I am using the B-l4s5i -iot01 board to test connecting to the AWS platform. I started from FP-CLD-AWS1 packet. when I test "bootloader_stsafe" and "cloud", terminal always show as below: " =============================================================...
It looped at a location deprived of access, waited a second, and returned to the same action. I thought STM32 was about programming.
I have setup the RTC LSI on the board and got the serial print date and time. and now i wanted to get the RTC LSE clock and serial print clock values. i configured the clock configuration in LSE by following the same steps as i did in LSI, but it did...
Hello,I have been using the STLINKV3-PWR to flash programs onto the STM32WB55 via SWD. Afterwards I have script that automatically measured the current consumption when the CPU is asleep. This is working fine. Now I have to switch to STLINKV3- MINIE ...
I am unable to find schematic for Nucle-F446ze board in the STM documentation.
I want to use my ADC of NUCLEO-H563ZI, but there is a problem with my ADC. ADC output does not match to input voltage. Test results are as fallows.I am using ADC2 IN1, IN2, IN3, IN5, IN6, all singled ended. And I am using 25MHz HSE OSC of NUCLEO-H563...
Hello,I've successfully used the code below to enter shutdown on a U585CIUx. It wakes up on button press and I can tell it is coming up from reset because of timestamps (based on time since startup) and terminal output that only happens during startu...
Hi all, I just bough this display extension board GFX02Z1 and have a Nucleo-F412ZG. I tried to follow the ST tutorial to write hello world on the display, but I ran into some issues. And being completely new to CubeIDE, I have no idea what's going on...