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 have a STM32F030F4 controller on a custom board that has worked without issues so far. Running STM32CubeIDE in a Windows 10 virtual machine on Linux, I was able to flash/debug it through an ST-Link/V2 adapter.Now the firmware has grown to 7176 (0x1...
I am trying to program a STM32F411E-DISCO with a new MacBook Pro. I installed STLink and then I installed the IDE. When I try to debug, the IDE says no STLink is detected. Here is a screenshot of my debug config. Here is a screenshot of the STLink Up...
There's a ghost in the machine! Look at waveforms; CS randomly goes high during HAL_TransmitReceive. uint8_t EMIT_REG_I ( uint8_t R_I ) { uint8_t Ret_D; CS_0; DC_0; // SPI.TX Ret_D = SPIx_Write ( R_I ); CS_1; return Ret_D; } uint8_...
Hi,I am using STM32H7S78-DK Board, I am configuring XSPI2 in Stm32CubeMX for enabling external 1-Gbit Nor flash memory. But when I am writing the data into the Memory address (i.e. 0x700000000) it is going into the hard fault handler in STM32CubeIDE....
Questions:1. How many STM32 families offer SAR 16-bit ADCs?2. Which MCU in STM32 family is the best choice for using SAR 16-bit ADC related project with the lowest cost?Thanks
hello everyoneI would like to send ITM data on my NucleoH743ZI. I have already tried several configurations and I am not getting any data on my 4 parallel lines, i measured with my oscilloscope. There are also not many examples so I am asking here.Ha...
I need to purchase a development/evaluation board to perform my development activity. We had finalised to use STM32F765VGT mcu and i need a compatible eval board for that as i don't want too much hazzel to port code to targetted MCU.I found this eval...
Hi, We are thinking of integrating the STLINK-V3MODS onto a bigger board. With ST-linkV2 we have the problem that when the V2 is not powered by USB, but is connected to the target MCU, it will pull the NRST pin to GND, causing the target MCU to not b...
How do I know if the button in the board is just a push button, or also has up,down,right left capabilities?
Hi,I am new to the STM32 Discovery boards. I've chosen the STM32F072B-DISCO as my Discovery kit and am currently exploring how to begin developing applications with it.As per the 'Getting Started with STM32F072DISCOVERY' video and the UM1715 User man...