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
B-U585I-IOT02A: A Documentation and Hardware MinefieldAuthorship below is AI but we toutured board together in order to run through STM samples and none of them worked properlyThe B-U585I-IOT02A is sold as a turnkey combo for BLE (STM32WB) and Wi-Fi ...
I am trying to use the CAN Peripheral on my STM32F746G-Disco board. I am using a Waveshare SN65HVD230 transceiver from Amazon. I have built a working CAN bus and verified that messages are being sent 1 per second, using a USB Peak Can. When I try an...
Hi, I have an STM NUCLEO-H753ZI board. On the website (see https://www.st.com/en/evaluation-tools/nucleo-h753zi.html#overview) it says something about a "MIPI20 compatible connector with trace signals". What exactly is meant by that? My board only ha...
Hello.. i m looking for H753 Nucleo BOM list, i search ST web below but its not there..https://www.st.com/en/evaluation-tools/nucleo-h753zi.html#documentation
HiI'm looking for STM32 Nucleo boards or similar microcontroller boards that have embedded SIM (eSIM) capabilities. However, I haven't been able to find any boards that directly support eSIM integration. Are there any Nucleo boards that are compatibl...
Hi All, We are building a charger based on STDES-2KW5CH48V. On ST .hex file is available as firmware. Is source code also available ? Thanks in advance. Regards,Vimal
Hello everyone, I hope you're doing well. I'm currently working on the STM32H747I-DISCO board, implementing SBSFU on it. I accidentally put a PCROP Protection, which does not allow me to erase the flash memory sector 0, which corresponds to 0x0800000...
Hi Team, I’m currently working on a project using the NX2016SA 25 MHz crystal resonator from NDK(Datasheet: https://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf).All configurations have been done through STM32CubeIDE , and the setup is as...
I tried to use the Nucleo H723ZG and DWM3000evb, but I couldn't control the RESET pin.To debug this problem, I check the basic pin control, using only while(1){ HAL_GPIO_TogglePin(GPIOF, GPIO_PIN_13); HAL_Delay(1000);}However, it doesn't work a...
Hi,I'm not new to STM32 frimware, however, this is my first with H755. I have uploaded a simple LED flash project to both cores. The LED timing is based on uwTick, but Systick is not firing!Green LED via M4, Yellow LED via M7.If I change the code M4 ...