User Activity

I am having trouble integrating LevelX into FileX using the on board eMMC on the STM32H745I-DiSCO eval board. I am using standalone mode (no AzureRTOS). I have successfully implemented FileX to format, write and read the eMMC card in standalone. I am...
I'm very new to FileX, but I have been able to format an eMMC drive (FAT32) on a STM32H745-DISCO eval board along with being able to write a file to it and read from it.Question: since the eMMC drive needs to be formatted one time only (at lease I'm ...
Can anyone please confirm that LevelX and FileX can only be used with AzureRTOS. Everything that I have read indicates as such. Both only available when AzureRTOS is enabled as well as using CubeMX.Thanks in advance!!!
Hello, I have an existing STM32_WPAN configuration with 3 BLE services and I want to completely remove Service 2. Is there any way to do that?  I've already reduced the number of services to 2, but it ends up removing Service 3 which I want to keep. ...
When making a call to the auto-generated API Custom_STM_App_Update_Char_Ext(), there is a switch statement inside the call  that looks as follows:As can be seen, there is a call Generic_STM_App...(). This Generic function detects errors and returns a...