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
Doing a short search, I did not find a board that conveniently fits my criteria for some future projects.These criteria are the following : - small form factor (not bigger than a Rasperry Pico, preferably smaller (Seed XIAO); - MCU preferably ran...
I'm using the NUCLEO-U575ZI-Q board with the PWR_ModeSelection example, and I'm measuring the current consumption with an ammeter through the JP5 (IDD) connector.The current I measure in the different low power modes is always around 4.52 mA, which d...
Hello,I have the MKSBOX1V1 and I programmed it with the OTA firmware. I launch the android app ST BLE Sensor but when I xant to dowload an application it is sending forever as shown on the picture. What am I doing wrong?Thanks
Hardware Design Observations for STM32N6570-DK and STM32H747I-DISCO BoardsWhile working with the STM32N6570-DK and STM32H747I-DISCO boards, I noted a few aspects of their hardware design that could be improved for usability.1. Shared I²C Bus Between ...
Good day. I am working on a 32-pin STM32U083KCU6. This requires the use of LSE 32.768kHz crystal. I referred to AN2867 as the oscillator design guideline.The LSE has the following specs:Shunt capacitance - 1.15pF,ESR - 70k,Load capacitance - 7pF.Calc...
HiI am using the function below to erase the flash, but am not able to do the same.I have to erase from address 0x0803E000UL i.e. page 124The function does basically 1. HAL_FLASH_Unlock2. HAL_FLASHEx_Erase(&erase_init, &page_error) - where page is 12...
Hi All, I am a newbie to STM32L432 boards. I am seeing that when i power the STM32L432 board with USB then everything is fine and my code runs and LED stays solid RED.But if i try to start the STM32 board with only VIN i.e. +7V then the RED led i.e. ...
Hello I tried to upgrade the STWIN.box Wi-Fi Module with the instructions provided in the STM32CubeFunctionPack_DATALOG2_V3.1.0. i tried dragging the HEX file to tera term with the following settings attached in the images below. i was not able to...
I'm working on some automation for our project using the STLINK-V3PWR. For that, I need to control the GPIOs. Based on the information from this page, I managed to get a working solution. Unfortunately, when compiling on Windows, I ran into a linker ...
I have made an adapter that sits between the STLink V3 and the device that needs to be programmed, so that I can give T_VCC on the STLink side 3.3V from an external supply.So far I have used 3.3V as VCC on the target as well, but I am considering low...