Issue with Memory Corruption in output_class_buffer - Adjacent Registers Affected
Hello,I am facing a serious issue in my STM32 project related to the neai_classification function. Here's the context of my code: float output_class_buffer[CLASS_NUMBER] __attribute__((aligned(4))); uint16_t id_class = 0;When calling the function ne...