Dear All,
I'm trying to implement "UART" into the cortex-m3 by using
uVision5.24.
So I opened pack installer of uVision.
But I can't find any regarding of UART in Pack Installer.
All Devices->ARM->ARM Cortex M3.
Would you please help me how to find the UART driver code of ARM
Cortex M3 CMSDK's standard not the STM32's UART.
Here's snippet code of CMSDK's UART code
unsigned char UartPutc(unsigned char my_ch)
{ while ((CMS
↧