• generic arm cortex bootloader
    Hi is there any open source bootloader for arm cortex m*? I have a series of boards (light LED control/ motor control ,...) controlled via CAN/LIN/Ethernet and would like to have a bootloader where...
  • About the skid problem in PMU overflow interrupt
    I asked a question about the PMU skid problem about half years ago ( https://community.arm.com/tools/dev-platforms/f/discussions/6986/about-the-interrupt-handling-in-gic), and i understand that the skid...
  • File System with NAND FLASH On stm32f76x ECC
    Hello! ARM Embedded Engineers, I want to use mdk file system in Run-Time Environment, I enabled SD and NAND FLASH memory, so I can create and del file on both of them, but the question is I don't know...
  • How to generate timer interrupt?
    Hi all, I was studying juno_ADP_trm.pdf, but i don't find how to generate timer interrupt? for example, loop interrupt of 1ms. someone did it?
  • simd neon matrix multiplication works worse than simple
    Hi, here is my case: I make the game and go to optimize the mathematical calculations, I have been long and hard (with interruptions) writing math on neon (.s extension files). And in the end I got it...