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
Sorry if formatting is trash this is the first post on the forum. Our lab group is trying to get I2C connectivity to a external chip using an I2C. The problem that we are having is getting the clock up and running. We downloaded both the L4 and F4 pa...
What kind of throughput is achievable with USBX and CDC_ACM using the HS USB peripheral of the STM32U5A5ZJ? Im guessing its no where near the 480 Mbps. Any tips on getting this data out at the maximum rate and without dropping data?
Dear allI have configured three timers TIM2,TIM3 and TIM4 NVIC_SetPriority(TIM2_IRQn, 0x00);NVIC_EnableIRQ(TIM2_IRQn);NVIC_SetVector(TIM2_IRQn, (uint32_t)&TIM2_IRQ_Handler); NVIC_SetPriority(TIM3_IRQn, 0x00);NVIC_EnableIRQ(TIM3_IRQn);NVIC_SetVector(T...
Hi, @Erwan SZYMANSKI @KDJEM.1 @Andrew Neil @KDJEM.1 @mƎALLEm I am trying to establish SPI communication between my Nucleo-G431RB and STM32MP157F-DK2 boards. I am finding the documentation quite confusing. I attempted to use STM32CubeIDE, but it resul...
im using th nucleo-f446re board, and the st-link isn't there. Am i missing some jumper connection?
I'm using the nucleo-f446re board. I'm using the mcp2515, BTS7960, and nrf24l01 modules in this board, but I've been using the digital pins repeatedly due to my mistake. These boards and modules are intended to be used for data collection on the vehi...
Hi,Anyone having problem connecting STLINK on NUCLEO-H503RB board?I have two boards not showing up in device manager (both W10 and W11 PCs). Tried different PCs, cables and result is the same: LD7 LED is not lit, LD1 red lit, green pulsing, LD3 not l...
Hi We are trying to test USB Device - CDC standalone example with STM32H753i eval2 board. Our main.c code is enclosed herewith, Issue: if we call USBD_START() function in the main the LED Toggling code which is written below is not executing.In Debug...
I have been trying to get the debug setup running in CubeIDE 1.16 according to : dm00629855 Getting started with projects based on dual-core STM32H7 microcontrollers in STM32CubeIDE - Application noteAnd I was able do see the debug break point holdin...
Hello everyone. I am currently learning by working on a project in which I have to establish a SPI communication between a Nucleo U575ZI-Q and a STEVAL-MKI168V1 (IIS2DH eval board). To set up the Nucleo board and its peripherals, I used the STM32Cube...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.