• How to implement to write firmware by JTAG within CM3 design kit?
    Dear all, I believe that you know such as STM32F103 cpu series support firmware program function by using JTAG with JTAG debugger of keil MDK. So I want to know does cortexm3 design kit include...
  • How to start Firmware separated in I-RAM and D-RAM within Cortex-M3 design kit?
    Hello? I'm trying to implement the Firmware with the Cortex-M3 SoC which is separately designed I-RAM and D-RAM in Keil MDK. As you can see the above example system, AHB Interconnect have 3 slaves...
  • "Error : REMAP is already clear" Issue.
    Hi. TESTNAME=bootloader test sequence is in BP210 CM3 test sequence, In especially, we could find the below code, then we got the below error message when we ran the simulation. 23490 ns UART...
  • 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...
  • AMBA3 AXI Relationship Between Channels
    In the document AMBA3 AXI (3.2 Relationships between the channels)      Two relationships that must be maintained are:           • read data must always follow the address to which the data relates  ...