stm32h743zi WINusb USB-HS code example give me
i work on stmn32h743zi winusb usb-hs but zadig not install successfully my system,so i have NEED A ONE REFRENCE WINUSB_HS CODE
i work on stmn32h743zi winusb usb-hs but zadig not install successfully my system,so i have NEED A ONE REFRENCE WINUSB_HS CODE
Where does one find documentation on the required flash wait states for stm32u575 running at a specific frequency and voltage range?In these forums and on the internet I find a number of tables but they all seem to be for other products. I've search...
The notion of group priority and subpriority is not very clear in the STM32H7 programming manual.First the manual states that: According to the value of the register AIRCR (0xFA050000) the splitting between group priority and subpriority for interrup...
Hi!I am new to Microcontrollers so the question could be not really exciting but I think it could help me to understand how clock and timers work. I want to toggle the LD2 every 1 sec through a TIMER. I have set up the SysClock at 2MHz and a TIMER r...
I am trying to wire a graphics application on an STM32H745i-DISCO board, and place the framebuffer in external SDRAM.So I configured the FMC as follows:Then, under Cortex-M7 I set up the MPU:But when running the program and attempting to write to 0xD...
Hi ST,Using the STM32L476 for a custom battery-operated application, on trying to implement the USB 2.0 through a type C receptable, I need clarity on the connections of the USB.AFAIK the VBUS sensing on PA9 should be connected through a resistor div...
I’m working on a project using the STM32F446RE microcontroller and I’m trying to set up the debugger's printf viewer in Keil MDK. I would like to use the printf function to output debug information to the debugger’s terminal.I’m having trouble seeing...
Are there any guides or tips on making an STM32 MCU last in a high temperature (~150°C) environment? Specific voltage or clock speed tweaks?The MCU would sleep most of the time, but now and then take and store some measurements.Would certain families...
Hello,I'm trying to record the execution trace of my firmware running on a STM32H753. For this I'm using the ETM functionality of Cortex M7. I don't want to use external tools but rather to use the ETF (Embedded Trace FIFO) that can be accessed direc...
I am in the early stages of writing an application that writes audio data to an SD card and, on request from the RPi, writes the same data from the SD card to the Pi. The project requires that it's done this way, as I would like a copy of the data on...