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
So, I have designed a simple simulator tool for CAN protocol application. So, in that simulator I will be loading the csv file containing some data. This data I have to transmit to CAN bus. I have written a code for CAN transmission, but I am not abl...
My project works as FSBL. I can also generate it as an Appli project (using the linker script "STM32N657X0XQ_LRUN.ld" (as default selected)), similar code works with ST-LINK debugger.But how to generate a signed image and flash to external QSPI memor...
Posted on October 10, 2013 at 15:12Hello, recent discovery boards have a jumperable UART connection between the debugger and the target device. Is there any way to read/write to ther serial link with the PC? #pc #uart #stlink
I am not yet the full expert (I have not read all docs, just trying with a simple project).It looks like, what I have in mind is maybe not possible.Goal:I want to have all my code on external QSPI memory (because the chip does not have an internal co...
It looks like (based on PCB and schematics) - I cannot run the VDDIO (all IO pins) with 1V8.No option on this board to jumper IO voltage as 1V8 - why not?"rrrrrr": I was thinking to change all my projects to this great board (speed, memory size), e.g...
I'm in trouble with the high err rate of ADC123_IN1 in "STM32 Nucleo-144 development board with STM32F756ZG MCU".I've purchased two of the same thing, and both of them have trouble in ADC123_IN1.I had tried 4 channels: ADC123_IN1, ADC123_IN4, ADC123_...
Hello Everyone,I have been trying for 2 days to solve this.I keep going around in circles.I have found various similar posts both here and on Stackexchange, but I am still stuck. === Here is error message when creating a new STM32 Project."Code gener...
Hi, I am trying to use a timer triggered ADC sampler with DMA and a complete conversion-triggered callback function. I followed this guide (https://www.youtube.com/watch?v=_K3GvQkyarg) while configuring my single pin (channel) input for ADC. Specific...
Hello, I've a STM32F411 board. Unfortunately, I was distract when I plug the SWD with ST-LINK. I've invert the VCC and the ground (Not really a good idea to plug VCC and GND at each opposite of 4 pin connector). Now, It's seem not working.. I m...
I am using the STM32H747-I Discovery Board. When I connect the CN2 power supply to the board, it turns on, and LED5 lights up green, indicating the board is powered. However, the LCD display does not turn on. I tried enabling the backlight by setting...