User Activity

Hi, I created my own model and tried to import it into the STM32L476 MCU.When I execute the ai_network_run( ) function, I got the hard fault interrupt.Here is the function below. ( I refered the code from here :https://wiki.st.com/stm32mcu/wiki/AI:Ho...
Hi,I am using the BlueNRG-2 alone as an MCU.I want to import X-Cube-AI into the BlueNRG-2.However, there isn't the 'BlueNRG-2' name list in the MCU selection in the STM32CubeMX.Is it possible to import the X-Cube-AI into the BlueNRG-2?Thanks
Hi, I created my own model and saved it as .h5.However, when I analysed I got the error below. E010(InvalidModelError): Couldn't load Keras model D:\motion.h5,E010(InvalidModelError): Model saved with Keras 2.9.0 but <= 2.6.0 is supportedDo you have ...
Hello,I would send the packet between a client and a server with over 20 bytes.I have searched all communities and haven't fount out any actual solution. (Such as, doing 'aci_gatt_exchange_config()' function or exchange ATT_MTU value)Is it possible t...