Browse By Tags

  • MPS2+ Firmware for Mbed

    This is an update to the fimware for the MCC on the MPS2+ board. This adds some features for improved compatibility with the Mbed OS software examples and continuous integration flow. You do not need to install the update unless you are working with Mbed…

  • NVIC and ARM asm

    Cannot configure interupts of TIM6 on stm32f103 board

    Does my NVIC configuration wrong?

    Code:

    @ stm32f103 timer & interrupt test by laper_s (from 2019-02-02)
    
    .thumb
    .cpu cortex-m3
    .syntax unified
    
    .word   0x20005000
    .word   start + 1
    
    b   start…