STM32H745 - USB power pins - connect to VDD or Open
If you are NOT using USB with the STMH745 - what is best practice - Connect both the 5 and 3.3 USB power pins to 3.3v or leave them unconnected?
If you are NOT using USB with the STMH745 - what is best practice - Connect both the 5 and 3.3 USB power pins to 3.3v or leave them unconnected?
Hi,In the Nx_WebServer there are html pages and a binary to be flashed on the OCTO-SPI NOR Flash for it to work - seems cool how it works once we flash the binary into the flash.My question is, if we need to have different html pages - how do we gene...
Hello everyone,Very new to STM family.I'm trying to read data via FRESULT Read_File (char *name) function.I've copied data from CubeProgrammer from specific sector and saved it in USB and want to read and upload that data via USB.Can anyone shows me ...
Hi together,I'm trying to make a basic USB audio speaker from STM32H747 DISCO board with Cortex-M7.I start a new CubeMX project for this board, add in the USB_HS and audio drivers on default settings.Once I do this, the Windows 10 machine will see th...
Hello Community,I have a curiosity to ask you. I have a NUCLEO-H743ZI2 without its micro USB connector (STLINK-V3E USB connector CN1).I would like to know if it was possible to continue programming and debugging on the microcontroller integrated into...
I am referring to the bug whereby the shadowing of the date/time registers is very occassionally broken if the sync prescaler was read beforehand.That reading order is exactly what the ST HAL functions do. See below.HAL_RTC_GetTime reads the SSR and...
In :/stm32h745nucleoTest_CM7/Drivers/STM32H7xx_HAL_Driver/stm32h7xx_hal_dma.cwe find: if(IS_DMA_STREAM_INSTANCE(hdma->Instance) != 0U) /* DMA1 or DMA2 instance */ { /* Clear all interrupt flags at correct offset within the register */ regs_dma->IFC...
Hi all.I am using the STM32F103RBT6 microcontroller.Some MCUs mounted on the board did not run the bootloader.When I checked system memory address(0x1FFFF000 - 0x1FFFF800) with STM32CUBEIDE , The range of the address is filled with 0xff(attached fi...
HiI hope you guys be safeI want to make a bootloader with Stm32H743VIT6 and i want to start from a simple one the structure is like below:1_program a simple blink led at 0x08020000 with 50Kb size and changing vector table to that address2_make simple...
Hi, We are trying to to read and write to a SD card. We are using the STM32F50N8. Find below attached the schematic for the SD card and the GPIO. We have set it up the same we as mentioned here (SD 4 bit wide mode) - https://www.youtube.com/watch?v=I...