• 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 = ...
  • What is the difference between sparse and full example of cmsdk_ahb_busmatrix?
    Hi. As I know Cortex M3 design kit have lots of stuff IP. one of those things is cmsdk_ahb_busmatrix. But I want to know does cmsdk_ahb_busmatrix supports AHB-full specification? or just supports...
  • 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...
  • 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 ...
  • 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...