User Activity

I use CubeMX version 5.0.0 to create the SDMMC HAL for STM32L475VTGx. In CubeMX I chose 'SD 4 bits Wide bus'. The SDMMC parameters are all defaults.While running the initialization code inside of HAL_SD_ConfigWideBusOperation() it only allows 4bit da...
I want to set the target configuration in system workbench for stlink-v3set. I have a current value for dbgDEV of ST_Link, but have also seen ST-LinkV2-1 in other xml config files from nucleo boards. Now I am moving to custom hardware w jtag. What is...
In CubeMX when choosing fatfs middleware it seems to require a gpio pin. Is that just a limitation in CubeMX? Basically is there a reliable software card detect mechanism using the existing SDMMC lines (4 pin SD card) or must an extra gpio pin be use...
I have used CubeMX to create the exact same project starting with basic board Nucleo L496ZG but varying the USB device middlewares for CDC, HID and Custom HID. The CDC and HID examples enumerate 'out of the box' in windows. The custom HID does not. W...