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
In my project, i will to communicate with a cluster of cars that support the CAN FD protocol, operating at a baud rate of 500 kbit/s with a data payload of 12 bytes. my plan to interface this communication with a NucleoH745zi-Q board, which suppor...
Hello, I think there's a bug in CubeIDE when working with a Nucleo-H563ZI. Steps to reproduce it:- create new project, clear pinouts- enable USART3 in async mode, PB10 and PC4 pins are assigned (why not PD8 and PD9? don't understand)- ctrl+click on P...
Hi, Is it possible to run on the M7 core a piece of program (subroutine call - no input, no output parameters) written, compiled and loaded for the M4 core (i.e. to have global access to program code)? Best
Hi,please anyone could help me out how to resolve the issue regarding the ST-link upgrade. when i am trying to upgrade it is throwing an error "ST-link not in DFU mode. please restart it".I am facing this issue after updating both STM32cube IDE and S...
What is the camera protocol used by STM32F7508-DK?MIPI or DVPWhich cameras does STM32F7508-DK module support?
Hi, everyone.I recently bought a STM32H750B-DK devboard to try and learn to program microcontrollers. I'm beginning to think I should have started with something simpler...I tried following the "getting started with STM32" tutorial from the wiki. SO,...
I am using STM32L4R, the VBAT pin is powered by 3.6V +/- 2% & VDD is powered by 3.3V +/- 2%.I think it is okay to have VBATT as 3.67V_max since it is still less than Absolute Max limit of 4V.I think it is okay to have VBAT pin & VDD pin at different ...
We are an industrial automation company from Suzhou, China, and we want to develop an IO-Link device product recently.We want to adopt the STEVAL-IDP003V1 + TeConcept solution.But I don't know how to get this support, such as how to buy the STEVAL-ID...
i am trying to connect "RFID YHY502CTG" with STM32F407G-DISC1,i have attached the datasheet of RFID,please help me to send and receive data. i am using this code in while loop.while (1){/* USER CODE END WHILE */ /* USER CODE BEGIN 3 */Txdata[0]=0xAA;...
Hi everybody,I am trying to use the audio on stm32f746g-disco.I can hardly find a tutorial for this.Many solutions got their way to solve it and left not much details.lots of the solutions guide to the examples in CubeMX , but they seems a little bit...