Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
对于一些需要精确定时扫描的程序,我以前使用单片机基本上都是习惯于将程序放在定时器中断函数里面,而openmv的timer定时器回调函数中如果有分配内存的函数则无法执行。求这种问题的解决方法,或者有没有其他功能可以解决定时扫描问题?
在定时器回调函数里面复制一个标志位,然后在死循环里面判断这个标志位。