• 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...
  • Struggly to understand data memory overflow - Need help
    Hi - I am struggling to 'fit' a project onto an 8052 derivative (AT89S8252) part with the standard 8K code space and 256 bytes of data memory. The build log information is complaining about data address...
  • Struggly to understand data memory overflow - Need help
    Hi - I am struggling to 'fit' a project onto an 8052 derivative (AT89S8252) part with the standard 8K code space and 256 bytes of data memory. The build log information is complaining about data address...
  • Clear or Set NVIC Interrupts with NVIC->ICER[0] and ISER[0] causes error
    When setting or clearing NVIC Interrupts without library functions the |= operator doesnt work. When I used it, all other interrupts were cleared. The stm32F103 Datasheet says that the actual enable...