Example for SAI on nucleo-F746ZG
Is there any example project for using SAI on nucleo-F746ZG (preferably with IOC file)Thanks,Nadav
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is there any example project for using SAI on nucleo-F746ZG (preferably with IOC file)Thanks,Nadav
Hello together,we have a board with an STM32H750I connected to a W25Q128 Quad SPI flash. We have our application code on the Quad SPI flash and run our application via XiP. This works fine. Now we work on our bootloader to update the application code...
Hi, I am reaching out to kindly request to get the CAD file of the STM32F4VE board. This CAD file would greatly facilitate the process of designing a customized schematic diagram of our project. Please help me to find out the cad file of the board.
Hello, I have a STM32G4 evaluation board. My goal is to read and write to a USB thumb drive (pen drive/MSD device) using an STM32G4 microcontroller (bare-metal). When I look at the possible USB examples in the CubeIDE, I can't find any examples for M...
Hi,I am working with AGM90E26 Energy meter with STM32G491 with SPI.I checked for the drivers but I didn't find. If possible can anyone please share the energy meter SPI driver/resource link of that driver. It will be helpfulThanks
Using the STM DFU DLL's to load firmware onto some 3rd party custom hardware, we have to call SelectCurrentConfiguaration becuase the bootloader in the hardware requires this before it allows the STM32F4xx ROM to be written to Normally this works OK...
I don't understand how to use these two display modes:Read Busy Flag and Address CounterRead Data from RAMDatasheet LCD2004AI can describe how writing to DDRAM works. First, I put the cursor on the display where I want to write the character: LCD_Sen...
I have an STM32h723, connected to the STM32CubeProgrammer via SWD. My flash image is 136672B in size and contains code to read the entire flash image, SHA3 it, and then compare that SHA3 to an SHA3 which is located, via linked script + post build scr...
I am working on STM32H757i-eval board. It worked well until this morning when it displayed "Error in initializing ST-Link device, Reason (4) No device found on target" at the time I was burning an image to it through the ST-link on stm32CubeIDE. Then...