[Bug Report] X-Cube AI stucks on initialization when CRC peripheral is off.
X-Cube AI initialization stucks on ai_network_create() when CRC peripheral is off. I noticed this problem when i tried to use X-Cube AI library inside a C++ class and called ai_network_create() inside a constructor. Class constructor was called before main(), so CRC peripheral was not initialized at that time.
I propose to change ai_network_create() to return an error when CRC fails or is off, instead of stucking in an infinite loop.
