This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Design Start ARM Cortex-M0 - UART

Hi,

My professor asked me to do offline processing for signal. I think for that i would only require a processor core, memory and probably a UART.

  I have already built those hardware  from design kit.

I wanted to write  application code(in Keil) for my algorithm which takes data from memory  process it and store it  back into memory.

Since most of the design example(EDK) are in assembly but I m  more familiar with C  but addressing of  peripheral and  starting reset handler routine. I  do not know  how to write in C.   I did not use CMSIS also:(

Could you suggest some  thing which makes it easier

0