• Need help in understanding ARM code
    Hello every one, I am newbie in ARM development. Currently I saw an open source project with the name TREZOR (A bitcoin wallet) and the processor they used is ARM Cortex M3 based processor. All its detail...
  • Need help in understanding ARM code
    Hello every one, I am newbie in ARM development. Currently I saw an open source project with the name TREZOR (A bitcoin wallet) and the processor they used is ARM Cortex M3 based processor. All its detail...
  • I need to understand the basic codes mentioned below.
    I am a student, currently involving in the project where I am developing the software for MCU board. For that I am referring some sample codes to understand the basic structure before I write my own...
  • I need to understand the basic codes mentioned below.
    I am a student, currently involving in the project where I am developing the software for MCU board. For that I am referring some sample codes to understand the basic structure before I write my own...
  • Need help in understanding NVIC
    Hi, While using statement like; NVIC_SetPriority(I2C_IRQn,Set_priority); What is max & min value for Set_priority. Can two interrupts have same priority. Also when I am in some ISR, how...