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'm new to CAN protocol, even though have theoretical knowledge of CAN and J1939. Still not able to implement it using STM32F103. MCU - STM32F103C8T6Transceiver - SN65HVD230CAN - J1939 I want to receive Raw CAN data from truck, store it to buffer and...
Please let me know if normal USB cable can be used to connect to STM32F769I-EVAL board, load and debug the code or do we need to connect any other cable only for debugging purpose. Please reply with details.Thanks,
I am looking forward to making a flight controller using STM32H7ZGT6. But I am in confusion that can I use FTDI FT232RL to program the H7 board which is a USB to Serial Converter. Please help me out, Can I use FT232RL.Thanks.
I have 2 STM32F411RE-EVA Boards. I want to use one of them as SPI Master and the other one as slave and i want to receive data when a certain boolean goes high and triggers the slave. I want the slave one to send me 8 bits of data but i want to recei...
Hi, I'm doing a low-power project using the STMF401CCUx MCU. I require only 1 I2C, 1 SPI, 1 GPIO Interrupt, and 2 GPIO input pins. I won't be using any ADC or DAC parts, so is it fine to leave the VREF+ pin unconnected? Does it source any curren...
Hello . I need to send 6 different 8-bit frames via Can to an external device using buttons. I will connect either 6 buttons to the GPIO inputs to stm32f407. 1 frame 8 bit. How to do it. Could someone help me with this? It's about adding buttons to ...
Hello, I am not experience enough in electronics to know if this is a dumb question but I'd like to know what the max current of the NUCLEO boards means. Is it the maximum current draw or the limit that is input from the output source? I'm wanting to...
I assembled 2 boards (my design) with STM32L496ZGT6P.I loaded the firmware..OK The first board works fine The second board sometimes doesn't power on. I checked the voltage (VDD).... is correct, but the microprocessor doesn't power on. It's a *** pro...
Hi,I want to program the STM32F103 with JTAG but without the IAR system.is there a tool for that?BRShmuel
Hi All,I'm trying to interface the STM32F4 Discovery board with an AC Servo drive. So basically, I have this hex file of a closed source firmware, whose function is to, on one side, interface with PC through USE port, and on the other side, send PWM ...