• What does "CMSDK_GPIO1->ALTFUNCSET = (1<<5);" do?
    Dear All, I came across initial function as the below, void UartStdOutInit(void) { CMSDK_UART2->BAUDDIV = 16; CMSDK_UART2->CTRL = 0x41; // High speed test mode, TX only CMSDK_GPIO1->ALTFUNCSET = ...
  • PC doesn't update in simulation
    Dear All, Now I'm trying to digging the M3 operation in especially reset sequence with hello example of cortex design kit. Current situation is that reg14[31:0] is fixed in 0xFFFFFFFF and reg15[31...
  • Is there any relationship between BOOT and REMAP in design kit?
    Hi Now I'm trying to digging the design kit. But I cant' find the BOOT relative port or signal and REMAP signal in the design kit. As I know usually BOOT used such as the following picture ...
  • 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...