User Activity

So, this is a weird one. We're attempting to bring up watchdog timers on both cores of our product.We're not seeing the CM4 WWDG watchdog fire when we intentionally lock the CM4 in a while loop with no refreshes to the watchdog timer. (I haven't trie...
Howdy!I'm in the process of building a product with a USB class compliant audio building from of the sample at https://www.st.com/en/embedded-software/x-cube-usb-audio.html (thanks!).I've got the audio_10 class driver integrated with my application a...
So, I suspect I've configured something rather obvious wrong, but I'm not sure what.We've got a product with a OTG USB port we'd like to run in device mode. I'm trying to configure it using the USBD high-level drivers provided (thanks!).I'm finding t...
Greetings!I've got custom hardware running on an ST32H7. I'm trying to load an image from the sdcard into off-chip RAM for execution. RAM's at 0xC0000000, and I think I've set the MPU configuration correctly: // Region 2 is the external RAM MPU_InitS...