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 developing a board with the STM32H755XIH3 and I need to increase the RAM memory, so I pretend to use the FMC, but the thing is that I will need 4Gbit of capacity, which I think is the maximum capacity available for the FMC, so I select an SDRA...
AN4718 "How to design a V BAT system based onSTM32L0/L1 ..."Case 1b, it is stated, quote:"V DD /V DDA can also be switched to V BACKUP when STM32L0/STM32L1 MCU goes into STOP mode, to allow user to remove main supply in very safe way."End quote.Quest...
Hello,After prototyping with a Nucleo H7 board, I'm setting now up a custom board with a STM32H723ZGT6 MCU (the same MCU present on the Nucleo).I connected my USB Dongle ST-Link V2 via SWD to program the MCU and after having struggled a bit, I have f...
My code is simply :HAL_Delay(100); HAL_GPIO_TogglePin(GPIOA,GPIO_PIN_5); uint8_t buffer[] = "Hello, World!\r\n"; CDC_Transmit_FS(buffer, sizeof(buffer));But nothing...> The led is blinking.> The VCp is define via *.IOC with no error.> Comp...
I'm interfacing Nucleo-H753ZI with DAC8775EVM through SPI4. DAC8775EVM works on logic HI in range of 5V and expects the same logic from Nucleo-H753ZIbut Nucleo-H753ZI MCU itself runs at 3.6V so Logic Hi isn't read by DAC8775EVM.How to Change the logi...
Hello.I will try undestand how work plate 'B-G431B-ESC1', more precisely schema operational amplifier (on image).I have not understood, what does resistors R1, R2, R3 need on cicuit with getting current from shunt? What is the idea behind their work?...
Hi All,I use the STM32H743ZI2-NUCLEO board with JP5 on 1.8V for MCU_VDD.Running the LWIP example, the Ethernet doesn't work (It does work when running with 3.3V).Any idea how to make it work with 1.8V?Thanks,David
Hello. We are working on a project that uses STM32H747 dual-core MCU.The ST-Link firmware is updated to the latest version, so debugging is not working well.So I'm going to lower it to the version I used before, but I can't download it. The lowest av...
Hi, I am looking for STM32F446RE Schematic Diagram. Can any Help me, where to find the Schematic Diagram of STM32F446RE, I have checked the documents of ST(https://www.st.com/en/microcontrollers-microprocessors/stm32f446re.html#documentation) I did n...
When we enable the RTC feature on our controllers, we do a calibration in Production against a GPS-locked 10MHz signal. Usually, we'll use the T2 ETR to clock the 10MHz signal in and an RTC-generated 1Hz signal on one of the other T2 channels such a...