• RealView heroes - this is your moment!
    Hello all, void select_next_task(void) { if (l_task == 0) { l_task = 1 ; } else { l_task = 0 ; } } __asm void context_switch(void) { STMDB R13!, {R0-R12, LR} ; save context BL __cpp(select_next_task...
  • RealView heroes - this is your moment!
    Hello all, void select_next_task(void) { if (l_task == 0) { l_task = 1 ; } else { l_task = 0 ; } } __asm void context_switch(void) { STMDB R13!, {R0-R12, LR} ; save context BL __cpp(select_next_task...
  • Any chance of editing Forum Posts?
    It looks like I just posted a message without a terminating \<\\pre\> tag, and it's way too wide. Is there any chance the Forums might be enhanced to allow editing (by the original poster, as well...
  • Any chance of editing Forum Posts?
    It looks like I just posted a message without a terminating \<\\pre\> tag, and it's way too wide. Is there any chance the Forums might be enhanced to allow editing (by the original poster, as well...
  • ARM ML Zoo: What is HERO in ARM Cortex M
    Hi All, In the ARM ML Zoo github repo, https://github.com/ARM-software/ML-zoo for some of the models supported by ARM Cortex M, the word HERO is mentioned. Where can we get more information about it...