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
I see the manual for STLINK-V3SET refers to B-STLINK-VOLT as an orderable part that does the level shifting from 1.8V to 3.3V. However, I cannot find this part available at any distributor (Mouser, DigiKey, etc.). Am I missing something? Can someo...
HelloI want to include Crystal Oscillator in my project with STM32F767According to CubeMX HSE pins are PH0 and PH1. when it comes to determining values of loading capacitors datasheet suggests that input capacitance must be takes into consideration. ...
Does the touch interface of MB1272 project need no interruption and reset
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...
I tried to use ST Link V2 to program the STM32H750 but I don't got it working. And I read somewhere that debugging doesn't work with STM32H750. Is that true?
I am doing a pcb layout with a STM32L432KCU6 and using 100% of its 32 pins in my project. BOOT0 signal is on pin 31 on that MCU and in my schematic I have a digital output on that pin (PH3). There is no pull-down/up on BOOT0 on my design. Programming...
Hello,I'm doing the layout of a PCB with a STM32L433RCT6 . On the datasheet seems that this micro doesn't have a thermal pad. Also in the libraries I downloaded from Mouser , there is no thermal pad. I'm new with this family of microcontroller so my ...
To measure the current of the MCU on the Nucleo L073RZ there is an IDD header (JP6), on the Nucleo L552ZE-Q there is also a IDD header (JP5).I expect when I remove the header and leave is open (no current meter) that the MCU does not receive any powe...
Hi, I tried to upgrade the firmware for my ST-LINK 3 SET (using the STLinkUpgrade came with STM32CubeProgrammer) and something went wrong (didn't do anything special, just clicked "Open in update mode" and then "Upgrade"). Now its "Version" appears t...
I would like to plug RS485 on VCP STLINKV3. I try to plug RTS (VPC2) on DE, but I finally saw on that RTS/CTS cannot be controled by software... Can we plug DE by an other way ?I would you like to try GPIO control, do you have simple CLI or GUI ?Rega...