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 create project with CubeMX, use Keil MDK IDE, CM7 core without user code , CM4 core has simple user code. Download code to both CM7 and CM4 then code runs correctly. Then switch to debug mode for CM4. Now, if i press Reset button on board or press ...
I just bought a NUCLEO-H7S3L8H kit. I have successfully tested a few demo programs, for example "\STM32Cube_FW_H7RS_V1.1.0\Projects\NUCLEO-H7S3L8\Examples_LL\USART\USART_Com_Rx_IT_Continuous_VCP_Init\MDK-AEx". Then I create a simple project with STM3...
I can get the right WHO_I_AM(0x70) from mpu6500 by i2c,but I cant read other register or write other register.I cant read the gyroscope/accelerometer . whats more ,i changed some mpu6500,and it doesnt work.
This fault has appeared very abruptly. One hour ago I was working with the board just fine, programming via STM32CubeIDE. Then I swapped the board to a different USB port on my laptop, now it is not programmable.When I hit the 'Run' button, it appea...
I am working with a Nucleo-H745ZI-Q development board and want to put it to standby mode to measure current consumption. I have put the domain D1, D3 in M7 and then domain D2 in M4 in standby mode. I also use 1 user LED for each core, so that I can k...
Hello All, I'm currently working with the STM32 H747-DISCO board, but I'm encountering some difficulties in interfacing the B-CAMS-OMV Camera Module. The LCD is functioning correctly, but the camera is not working (even though the 3 LEDs are lit). I'...
HI, STM Experts, Using STM32CubeIDE, I configured a project with default settings for the STM32H563ZIT6 (8 MHz external clock), running at 250 MHz. Additionally, I've enabled SPI1 for full duplex communication (transmitting and receivi...
Hi ST-Community Members,We have chosen the H753BI MCU as the main unit for our project, utilizing 32MB SDRAM and 128MB parallel NOR flash. We are nearing the final prototype model, but we need to finalize the GUI and hardware. We selected a 1280x800 ...
I would like to read the level of audio input signal to use like a vu-meter instead of use analog input. This is my code but I read always 0dB on both channels. void AUDIO_PLAYER_Init2(){/* Allocat mem for Smr */pSmrPersistentMem = malloc(smr_persis...
Hello!After it was clear, that the STM32F469I-DISC0 does not support the HDMI output feature, I purchased also the STM32F769I-DISCO to be able to evaluate the connection of a HDMI monitor to the board.I need to connect a keyboard to the board and my ...