cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.51k stars 429 forks source link

Fail when calling mgos_ints_enable() #551

Closed VaclavVejrosta closed 4 years ago

VaclavVejrosta commented 4 years ago

Hi, this problem occures when I enable interrupts with function mgos_ints_enable() . But it never happened with mos version 2.17. It fails only with mos version 2.18. It fails always when this function is called. Please see attached logs:

image

image

VaclavVejrosta commented 4 years ago

Problem solved in issue #550

rojer commented 4 years ago

looks like it's related to multicore operation. if you can create a simple app that reproduces it, i can take a look.