Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I'm working on a simple, bare metal application where right now I am passing in values read from the two ADCs and then write the same values to the corresponding DACs. I have confirmed by stepping through the code and using a volt meter.The configur...
Hello everyone, I am facing a strange issue. I am working with a nucleo-h743ZI2 biard using SDMMC1with fatfs to write data on µSD card. I have 2 SD card with apparently the same characteristics : 4GB, SDHC, class 10. SDMMC is set in 1 bit mode (4 bi...
CAN communication with HAL library: error codes in stm32f1xx_hal_can.h inconsistent, TX Mailbox errors defines and comments mismatch.Can this be corrected in subsequent versions?/** @defgroup CAN_Error_Code CAN Error Code * @{ */........................
I am using a STM32F401 MCU and STM32 HAL library. I am writing a bootloader that will update an application that is located into a different sector. The sequence is this:/* Unlock the flash */HAL_FLASH_Unlock();/* Erase the sector that will hold the ...
Hello I have STM32F779I- Eval developement board . My program works on developement board but not on my custom board with same controller (STM32F779BI) ( My pin configuration are same for both. ( MII configuration ) for both I have made jumper setti...
FreeRTOS is currently active. However, the problem occurs before FreeRTOS initialization (before calling osKernelInitialize ()).The board used is a board written by hand rather than a NUCLEO board. When I activate my Peripheral devices other than US...
I am using H7 MCU's usb OTG in host only mode. I try to directly power the VBus by on board 5V without power switch. That means VBUS is always on after power the board. Is it support by H7's USB OTG?
Hi, Everyone?I'm googling a couple of days to find clue of interfacing the FTDI USB device to my USB host service. But, I cannot find any solution like cool sparking water.I'm using STM32F207VE with STM32CubeIDE. I know that FTDI does not use CDC se...