User Activity

I'm using AL94 library on STM32H7 for USB Composite functionality. The MSC class driver appears practically identical to 'native' MSC Class provided by STM.However, I am having difficulties running even the simple RAM disk example - the drive is corr...
The project for dual core H7 contains two sub-projects, each targetting its own MCU. Since both share the same memory and peripherals, one should be able to re-use (specific) symbols of one project in the other.Is it possible to export a list of link...