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
Hello dear community,I've started using STM32H743VGT6 on a custom board I've made.I'm testing the hardware now and I quickly detected that the temperature is really high (approx. 70°c on the top of the chip package).I have another board, based on a S...
I recently learned about Timers and I looked through the RM and DS of the MCU and I am trying to set up my TIM6 but it seems that I cannot even enable any Timer peripheral clocks in the RCC_APB1ENR register at all, I can write to bits 31-11 but bits ...
Hi Everyone!I am pretty new to the community and STM32. I have been trying to set up the Nucleo F429ZI board to act like a an HID keyboard and send keystrokes. I have initialized the USB_OTG_FS to Device Only, USB_DEVICE to HID, and as far as I can...
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...