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 need to design an adapter board for STLINK-V3SET. Can I know what is the part number of the STDC14 connector used on STLINK-V3SET
Hi there, we are currently using the STM32H747-Disco board for our AI project, but to that we need to configure some pins and also for testing the board for the LED blink program, we need the Schematic diagram for this board, but when we searched for...
Hi!I want to inquire the read write speed maximum by sdio.I want to apply to 8000*4byte per second, is that possible or not?If I use FRAM could I achieve this requirement?Thank youBoard: STM32L496G-DISCO
Dear ST Community,I am working on the STM32 F767ZI Nucleo board.I want to deploy FOC control on my Custom Inverter and motor.The motor is a 3KW 3-phase BLDC which has rated rpm of 4700 and a torque of 5.4Nm.I am using CT hall sensors for current meas...
Hello, I'm working on a project where I need to read the CAN bus messages that are coming from an ECU. I'm using the STM3210E-EVAL that has the STM32f103ZGT6. I'm reading the CAN bus messages with the following function: void HAL_CAN_RxFifo0MsgPendin...
I have been developing a program for the Nucleo-32 (STM32L412KBU6) board in Visual Studio Code's Platformio, and I have run into an interesting problem. I am able to build my project with no errors and upload it successfully. However, whenever the co...
I am using STM32f103 Controller ,In that i am trying to make complementary PWM output by using Timer 1TIM1 with PWM Generation CH1 CH1N ,But only gets the wave from this HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1); function not getting other inverted si...
Hi, I am using STM32l432kc board with sd card module. I have 16gb class 10 sd card. I have used cubemx ide for coding and configuration purpose. I am using @https://microcontrollerslab.com/microsd-card-module-stm32-blue-pill-stm32cubeide/ and also s...
I am only used to writing C scripts on RPi, so I'd like to apologize in advance if I left something vague.I was looking to use ISPU for LSM6DSO16IS and the website recommended NUCLEO-F401RE as one of the options for developing the project. I am think...
I want to use STM32F446RE to receive CAN signals from my BLDC 400 driver, which, according to the driver's documentation, uses CANopen. Since I found limited articles about CANopen on the website, I attempted to use the general CAN message reception ...