• What are the approximate numbers for gates required for a Cortex-M0 and Cortex-M3 CPU?
    This question was raised in the webinar " Enhance your product with industry-leading processors - for no upfront license fee .”
  • LPC1837 Backup Registers
    The processor has 64 registers (256 bytes) in the RTC power domain I am using these registers to store temporary data which then gets committed to flash at the end of a transaction. I can read / write...
  • Cortex-M3: What happen to the stack pointer (sp) when setting VTOR?
    The first entry of the vector-table is the initial value for the stack-pointer. I'm asking me, will the stack-pointer be changed when VTOR was set? Thanks for any help! :-)
  • 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...
  • What is the relationship between UART and printf within retarget?
    HI. I'm trying to understand the relationship between UART and printf within retarget. as I understand, retarget supports to implement low level function fputc, if I want to use printf(). if I am...