• 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...
  • maximum level of functions than can be called within
    function1 calling function2, function2 calling function3, function3 calling function4 and so on. Maximum stage depends upon Stack Size, right? How to identify Stack Size and if required how to change...
  • make talk two ARM Cortex M3 each other using WiFi or Bluetooth.
    9Hi, I want to develop a system with ARM Cortex M3 (LPC 1768 or LPC1343) can talk to each other ysing wifi module or Bluetooth Module. Plzz help in this contex as i am new toi ARM
  • Addressing memory question for Cortex-M3
    First I apologize if I am in the wrong place to ask this but can't find info anywhere or I just don't know what question to ask regarding memory address for the Cortex-M3. I am very new to microcontrollers...