• Skip U-Boot and Jump to kernel from U-Boot SPL (Falcon Boot)
    Target Board: DART iMX8M (A-53) I am trying to falcon boot by jumping directly into the kernel from U-Boot SPL. I see following error "Synchronous Abort" handler, esr 0x86000000 ELR: ffff00000893017c...
  • Skip U-Boot and Jump to kernel from U-Boot SPL (Falcon Boot)
    Target Board: DART iMX8M (A-53) I am trying to falcon boot by jumping directly into the kernel from U-Boot SPL. I see following error "Synchronous Abort" handler, esr 0x86000000 ELR: ffff00000893017c...
  • Audio skipping
    What could be causing the audio to skip in this code I have changed, I think it is to do with the DataOut++; /* Skip one Sample */ and the extra code I have added is causing the buffer to fill up...
  • Audio skipping
    What could be causing the audio to skip in this code I have changed, I think it is to do with the DataOut++; /* Skip one Sample */ and the extra code I have added is causing the buffer to fill up...
  • uvision skipping lines, debug?
    I have a project I tried cleaning and rebuilding but debug is skipping lines. while (1) { 1 Delay(); //delay 200ms 2 CanWriteData(0xA544); 3 Delay(); //delay 200ms } I put a break point...