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
Dear Team, I am trying build Ethernet function with Eval Kit NUCLEO-H723ZG with STM32H723ZG MCU. However, Mostly is okay but i cannot ping to IP address set in Init. Could you check and recommend. Brgs, Thinh
Hi,I have STM32f407G-DISC1 board. My problem is, when i give the power my micro controller with usb(with pc) than i can go in main less than 1 sec. but when i give the power from 5V pin than it takes more than 2 sec. How can i make this time shorter.
How can I port my stm32f7508-dk project from hardware C-02 to C-03when install the same binary file the screen will hang , that’s due to change in the flash memory ,now how to update the driver for flash memory g??thanks and regards
I have an STM32F7508-DK evaluation board. I would like to implement a simple web-server (http) on itbut none of the examples that I compiled seems to run on it.Do any of you have a simple LWIP+FreeRTOS working example for such a simple eval board? I ...
Hi Everyone, I am trying to interface with LCD16x2 on STM32F030C8 custom board but I have some issues. I have LSE crystal on my custom board but HSE is not. When I debug my code, I have this problem: And when I run it, program does not work well and ...
Hi community ,I'm currently working on STM32H747I DISCO0 Board .The peripheral I'm using is QSPI, I'm able to read/write and also enter Xip mode in CM7 .Problem:1)QSPI does not work in CM4 .Need to access QSPI in CM4 and perform same operations as re...
Hello, I'm building a project where I will use CAN, UART and a TIMER. All of these work with an interrupt. How it works: I get data via CAN and use a TIMER to send a Request on the CANbus. With the UART I need to receive some commands that will trigg...
Hi, STM32H743 development kit to develop my board.I want to develop my board in a way that each hardware interface can be selected between AI, AO, DI, DO by software. Is there any reference boards or reference documentations to implement such applica...
hello,Im trying to send the data I received on USB port (succesfully) to the UART port i tried sending data between 2 windows in Hercule, one is connected to the USB port, the other is connected to the UART port with the right configurations. I provi...
Hello.I'm using STM32F407, use usart3 set DMA setting baud rate 9600 and use receive void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t Size){if (huart->Instance == USART3) {HAL_UARTEx_ReceiveToIdle_DMA(&huart3, RxBuff, Size);__HAL_D...