• cmsis NVIC question.
    Hello, Everybody. I have several questions. 1. Please See the NVIC_Type structure. I don't understand about why ISER,ICER,ISPR and ICPR use size of array 1( I think It can use just __IO uint32_t ISER;...
  • ARM : LPC2148 Registers and programming examples
    I am a beginner in using ARM LPC2148 MCU for project purpose. I searched for details about tutorials, example set, registers details of MCU but could not find much. Please let me know site that would...
  • CortexM3
    I have a very simple CortexM3 based virtual platform example as below The amba_pv_m2 is connected to a memory in the top. The BusDecoder master port address range is 0x0-0x3FFFFFFF I have...
  • Interrupt switching during Late Arrival- CortexM3
    In Cortex-M3 manual, it is mentioned that during Late Arrival, when low-priority interrupt (LP) has already pushed 8 registers to Stack and high-priority interrupt (HP)occurs then, for (HP), we don't...
  • Continue the Target using Serial Wire Debug Protocol
    Greetings,                sir, i am working on serial wire debug protocol and till now i succeeded in halt,write,erase,and reset the target. now i am trying to implement breakpoints and watch points on...