User Activity

I just migrated to the latest v1.11 of STM32CubeIDE.I was able to update successfully to the latest version, but now my environment is broken!Issues I see now: Build an stack analyzer gives the following output:Could not create the view: com.st.stm32...
Hi,I'm running into an issue with the provided OTA bootloader getting the device "bricked" after a firmware update.Details about my setupMCU: STM32WB55CGWB package: STM32Cube_FW_WBV1.14.1BLE Stack: stm32wb5x_BLE_Stack_full_fwBootloader example: STM32...
Hi,I'm struggling to add low-power features to my device application, hopefully I can get some help here.What do I want?My device is sampling sensor data (52Hz) and saving it periodically to external flash memory. When the device is running in sampli...
Hi,I'm working on an application on a STM32WB55 which is sampling sensor data with 52Hz and feed it into a Keras model. Both the raw sampling sensor data as the output of the model will be saved to external flash memory (every 64 samples). A 52Hz int...
Hi,I'm trying to import a .h5 model generated by an online AI platform in X-CUBE-AI.7.1.0, receiving the error:E010(InvalidModelError): Model saved with Keras 2.7.0 but <= 2.6.0 is supportedWill there be any support on this version? Is there any work...