• 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...
  • What ASIL level can be achieved with the Cortex-M3 processor?
    This question was raised in the webinar " Enhance your product with industry-leading processors - for no upfront license fee .”
  • What is the maximum running frequency for Cortex-M3 on TSMC 40nm process?
    This question was raised in the webinar " Enhance your product with industry-leading processors - for no upfront license fee .”
  • CortexM3 : Issue when image start address is other than 0x0
    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...
  • Allocating memory from heap from within a ISR on Cortex
    Is there is recommandations, hints on do-do-not-do when ISR requires to allocate dynamic memory?