How to make a mass storage class using the internal FLASH memory of the STM32WB5MMG?
Hello!
I am using STM32WB5MMG processor to start working with mass storage class using the internal FLASH memory.
However, I have a problem with using the internal FLASH to declare the capacity of the built file system, because the device is detected by the computer, but without obtaining information about its capacity or the size of the allocation unit.
I tried to use the advice from this post ("STM32F4 mass storage class with internal flash"), but unfortunately it didn't work.
Best regards.