• Enable Reentrant interrupt handlers in kinetis K70
    I have a TWR-K70F120M: kinetis k70 120MHz Tower System Module. I have connected a elettric signal to PORTB and i have connected e isr handler to signal transition. Electric signal      _____         ...
  • hello , How to enable / disable a global interrupt on cortex M7
    hello , How to enable / disable a global interrupt on cortex M7 youssef
  • ARMv8 Assembly Language IDE
    I'm currently using Windows Notepad to program my Raspberry Pi in assembly language and I run it through 'as' and 'ld' to create the binary output. I would like to use an editor that has syntax highlighting...
  • [CM3]assembly language trouble
    CORE: STM32F103ZET6 Hi,Pros.      Here Monkey comes agian I have met a problem with my code,see below: /* --------- code here --------- */      .section .data _sp_usart:      .word     _stack_usart _stack_usart...
  • Development in Assembly Language
    Does anyone know where I can find the toolchain for developing apps on an A57 (Raspberry Pi 3) in Assembly Language? I am looking in particular for a Windows toolchain that will allow me to cross compile...