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 have a new "Nx_MQTT_Client" sample application that I had set up and working on the B-U585 board. I tried it on another board I had, and it said I needed to update the WiFi BIOS. It had previously been updated to v2.11.1.I got the latest download, ...
i am working in a project on stm32u5a9j-dk board. i am fetching temperature value from inbuilt temperature sensor using ADC channel. I am getting the value in 4 digit int. i want to know to know how to transfer that value into *celcius. And one more ...
Hi,I need to design a mobile app to send a few informations to my STEVAL STWINBX1 board using BLE.I saw lot of resources on the wiki, but they all refer to STM32WB series.For examples, I would like to follow an application note like this one.(AN528...
I am looking for copy of schematic of Nucleo 030R8. I am in the process to design my custom board but I need reference design to check application circuit of STM32F030RCT6TR ThanksSyed
We're planning on using an STM32103RET6 with an external 10K pull up to VDD (3.3V). Can the STLINK-V3SET drive the combination of the internal pull up (30K-50K) and the external 10K resistance on the NRST pin?
Documentation Error? RM0368 sections 11.12.4 and 11.12.5 list sample A2D clock times for 8 different sample time settings. For all but setting 0, the data seem to disagree with my testing and performance measurements. My measurements indicate: // Sam...
I've been asked to write some firmware for a legacy board that has an STM32F102CBT6 mcu on it.I have been involved in other computer and mcu projects over the years, but not with an STM32F. I'd like to get up to speed by starting on some basic progra...
Hello, I am confused in selecting the development board for the microcontroller STM32U585OIY because there are multiple series of it. I am working on a project which uses this name in their schematic STM32U585OIY and I wanted to buy a development boa...
Hello,Is there a way to synchronize 2 timers in PWM input so that the second timer will do the PWM input reading in sync (in phase) with the first (master) one ? I see that it is possible with PWM output but for PWM input the "trigger source" is gray...