Is there ny plans to update the neo board to a new processor> i.e. i.MX 8M Plus? With a new processor would have a working camera ;)...
Also, this link. http://www.embedded-computing.com/latest-blogs/udoo-at-embedded-world-2019-4
info was in this video http://www.embedded-computing.com/latest-blogs/arms-leading-edge-at-embedded-world-2019 Any information?
@aprchal, I've been working on other platforms for the past year. I did some patches a while ago, but I think it would make more sense to use the...
@Andrea Rovai, If there are issues with the M4/A9, rpmsg I can help out if there are still issues.
Yes looking at the code _int_disable: The _int_disable() function disables all hardware interrupts at priorities up to and including the MQX...
Might be an issue with using DDR for instructions, maybe load the code into I-TCM and execute, see if the timing changes.
Current Code: void loop() { while(1){ _int_disable(); GPIO4_DR|=(1U<<6); //digitalWrite(13, HIGH); GPIO4_DR&=(~(1U<<6));...
Remove the delay call and use a hard loop inside disable interrupts. This way no RTOS task switching will occur or ISR processing.
What changes were required to make MCC more stable? Kernel changes? MQX? What changes were required to make Uploading sketches more reliable?...
It is binary, just rename.
One way is to use FreeRTOS; Download the zip and look for the documentation. >What is the .fw format? Binary currently is the current method; need...
Linux 4.1.15 is now mounting FS and host USB port is working.; Working issue with gpio pins with SD Linux version 4.1.15...
Separate names with a comma.