隨著科技的進步,雙核逐漸被淘汰已是時間上的問題,四核乃至八核心CPU也已不再是什么新奇的事物,不過在微控制器領域,雙核卻是個十分新穎的東西。很多工程師朋友在開發(fā)MCU應用系統(tǒng)的時候,若是系統(tǒng)功能復雜、一顆MCU芯片無法滿足要求,往往會采用多顆MCU協(xié)同工作,把一些“打雜”的工作交給低端的MCU完成,高端的MCU則可以放開“手腳”,完成系統(tǒng)主要的任務。不過這樣一來,系統(tǒng)研發(fā)的復雜性,成本以及可靠性都會受到不同程度的影響,多微控制器方案帶來系統(tǒng)的功耗問題也不容小視。對此,恩智浦推出了基于ARM Cortex-M4和 ARM Cortex-M0+非對稱雙核架構的LPC54102系列微控制器,旨在提供一個低功耗高性能的雙核解決方案,用于超低功耗傳感器偵聽到數(shù)據(jù)整合、傳感器融合或其他傳感器數(shù)據(jù)處理。
有幸拿到了搭載LPC54102雙核微控制器的LPCXpresso54102開發(fā)套件。該套件采用的包裝與STM32 Nucleo系列板卡的外包裝材料相同,均為透明塑料外殼。這樣的包裝雖然降低了成本,但在視覺表現(xiàn)上卻一點也不遜色于其他包裝,透明材料的使用更加凸顯出板卡的精致,使得板卡的芯片資源“一絲不掛”地呈現(xiàn)在大家的眼前。
打開包裝,取出LPCXpresso54102板卡,板卡整體采用墨藍色阻焊和乳白色絲印,讓人眼前一亮,pcb焊盤的沉金工藝,更是顯得高端大氣。雖然LPCXpresso54102板卡的設計思路與STM32 Nucleo板卡大致相似,都是板載仿真器加核心板的結(jié)構,但相比于Nucleo板卡,LPCXpresso54102明顯大了很多,元器件的布局也緊湊了不少。
這塊板卡一共有兩個micro usb接口,使用普通安卓手機充電數(shù)據(jù)線便可以和計算機相連接。位于上方的接口是專門給LPC54102供電的接口,給除LINK2仿真器外的部件供電,在不需使用板載調(diào)試器時可以連接此接口。心細的話,會發(fā)現(xiàn)這個micro usb接口右邊還有一個P3接口、是一個兩線的排針,分別是5V和GND,此舉也是結(jié)合了工程師的需求,留出外部電源的接口。下方的USB接口則是LPCLINK2仿真器的接口。說道這里,不得不重點了解一下LPCLINK2仿真器,NXP在這款仿真器的設計上,可謂是不惜成本,主控芯片的選擇便顯現(xiàn)出霸氣,LPC4322雙核MCU讓LINK2充滿了“暴力”!
LPC54102有多個串口,我嘗試用寄存器直接操作!經(jīng)過多次測試,可以發(fā)送和接收數(shù)據(jù)!內(nèi)部晶振12MHz,沒有鎖頻,波特率9600b/s,使用第一個串口!也可以把其它串口都用上。
參考代碼:
unsigned long buf;
#define DELAY_COUNT 0xFFFF
void Delay( long int Count)
{
for(; Count!= 0;Count--);
}
main()
{
*(long*)0x400000c0=0xe10b;///使能P0口
*(long*)0x1c002000=0xf0000002;
*(long*)0x4001C004=0x191;///p01為串口
*(long*)0x4001C000=0x191;;///p00為串口
*(long*)0x40000020=0x1;
*(long*)0x40080010=0x8002;///
*(long*)0x40084000=0x4;
*(long*)0x40084020=78;///9600b/s
*(long*)0x40084000|=0x1;
///printf(“hello world!”);
asm(“nop”);
*(long*)0x4008401c=‘L’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘P’;///buf;
while(!(*(long*)0x40084008&0x04));
*(long*)0x4008401c=‘C’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘5’;///buf;
while(!(*(long*)0x40084008&0x04));
*(long*)0x4008401c=‘4’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘1’;///buf;
while(!(*(long*)0x40084008&0x04));
*(long*)0x4008401c=‘0’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘2’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=0xd;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=0xa;///buf;
while(?。?(long*)0x40084008&0x04));
while(1)
{
*(long*)0x4008401c=‘L’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘P’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘C’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘5’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘4’;///buf;
while(!(*(long*)0x40084008&0x04));
*(long*)0x4008401c=‘1’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘0’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=‘2’;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=0xd;///buf;
while(?。?(long*)0x40084008&0x04));
*(long*)0x4008401c=0xa;///buf;
while(?。?(long*)0x40084008&0x04));
Delay(DELAY_COUNT);
Delay(DELAY_COUNT);
Delay(DELAY_COUNT);
}
}
///下邊是老外的頭文件定義
/* Main memory addresses */
#define LPC_FLASHMEM_BASE 0x00000000UL
#define LPC_SRAM0_BASE 0x02000000UL
#define LPC_SRAM1_BASE 0x02010000UL
#define LPC_ROM_BASE 0x03000000UL
#define LPC_SRAM2_BASE 0x03400000UL
#define LPC_GPIO_PORT_BASE 0x1C000000UL
#define LPC_DMA_BASE 0x1C004000UL
#define LPC_CRC_BASE 0x1C010000UL
#define LPC_SCT_BASE 0x1C018000UL
#define LPC_MBOX_BASE 0x1C02C000UL
#define LPC_ADC_BASE 0x1C034000UL
#define LPC_FIFO_BASE 0x1C038000UL
/* APB0 peripheral group addresses */
#define LPC_SYSCON_BASE 0x40000000UL
#define LPC_TIMER2_BASE 0x40004000UL
#define LPC_TIMER3_BASE 0x40008000UL
#define LPC_TIMER4_BASE 0x4000C000UL
#define LPC_GPIO_GROUPINT0_BASE 0x40010000UL
#define LPC_GPIO_GROUPINT1_BASE 0x40014000UL
#define LPC_PIN_INT_BASE 0x40018000UL
#define LPC_IOCON_BASE 0x4001C000UL
#define LPC_UTICK_BASE 0x40020000UL
#define LPC_FMC_BASE 0x40024000UL
#define LPC_PMU_BASE 0x4002C000UL
#define LPC_WWDT_BASE 0x40038000UL
#define LPC_RTC_BASE 0x4003C000UL
/* APB1 peripheral group addresses */
#define LPC_ASYNC_SYSCON_BASE 0x40080000UL
#define LPC_USART0_BASE 0x40084000UL
#define LPC_USART1_BASE 0x40088000UL
#define LPC_USART2_BASE 0x4008C000UL
#define LPC_USART3_BASE 0x40090000UL
#define LPC_I2C0_BASE 0x40094000UL
#define LPC_I2C1_BASE 0x40098000UL
#define LPC_I2C2_BASE 0x4009C000UL
#define LPC_SPI0_BASE 0x400A4000UL
#define LPC_SPI1_BASE 0x400A8000UL
#define LPC_TIMER0_BASE 0x400B4000UL
#define LPC_TIMER1_BASE 0x400B8000UL
#define LPC_INMUX_BASE 0x40050000UL
#define LPC_RITIMER_BASE 0x40070000UL
#define LPC_MRT_BASE 0x40074000UL
/* Main memory register access */
#define LPC_GPIO ((LPC_GPIO_T *) LPC_GPIO_PORT_BASE)
#define LPC_DMA ((LPC_DMA_T *) LPC_DMA_BASE)
#define LPC_CRC ((LPC_CRC_T *) LPC_CRC_BASE)
#define LPC_SCT ((LPC_SCT_T *) LPC_SCT_BASE)
#define LPC_MBOX ((LPC_MBOX_T *) LPC_MBOX_BASE)
#define LPC_ADC ((LPC_ADC_T *) LPC_ADC_BASE)
#define LPC_FIFO ((LPC_FIFO_T *) LPC_FIFO_BASE)
/* APB0 peripheral group register access */
#define LPC_SYSCON ((LPC_SYSCON_T *) LPC_SYSCON_BASE)
#define LPC_TIMER2 ((LPC_TIMER_T *) LPC_TIMER2_BASE)
#define LPC_TIMER3 ((LPC_TIMER_T *) LPC_TIMER3_BASE)
#define LPC_TIMER4 ((LPC_TIMER_T *) LPC_TIMER4_BASE)
#define LPC_GINT ((LPC_GPIOGROUPINT_T *) LPC_GPIO_GROUPINT0_BASE)
#define LPC_PININT ((LPC_PIN_INT_T *) LPC_PIN_INT_BASE)
#define LPC_IOCON ((LPC_IOCON_T *) LPC_IOCON_BASE)
#define LPC_UTICK ((LPC_UTICK_T *) LPC_UTICK_BASE)
#define LPC_WWDT ((LPC_WWDT_T *) LPC_WWDT_BASE)
#define LPC_RTC ((LPC_RTC_T *) LPC_RTC_BASE)
/* APB1 peripheral group register access */
#define LPC_ASYNC_SYSCON ((LPC_ASYNC_SYSCON_T *) LPC_ASYNC_SYSCON_BASE)
#define LPC_USART0 ((LPC_USART_T *) LPC_USART0_BASE)
#define LPC_USART1 ((LPC_USART_T *) LPC_USART1_BASE)
#define LPC_USART2 ((LPC_USART_T *) LPC_USART2_BASE)
#define LPC_USART3 ((LPC_USART_T *) LPC_USART3_BASE)
#define LPC_I2C0 ((LPC_I2C_T *) LPC_I2C0_BASE)
#define LPC_I2C1 ((LPC_I2C_T *) LPC_I2C1_BASE)
#define LPC_I2C2 ((LPC_I2C_T *) LPC_I2C2_BASE)
#define LPC_SCT0 LPC_SCT
#define LPC_SPI0 ((LPC_SPI_T *) LPC_SPI0_BASE)
#define LPC_SPI1 ((LPC_SPI_T *) LPC_SPI1_BASE)
#define LPC_TIMER0 ((LPC_TIMER_T *) LPC_TIMER0_BASE)
#define LPC_TIMER1 ((LPC_TIMER_T *) LPC_TIMER1_BASE)
#define LPC_INMUX ((LPC_INMUX_T *) LPC_INMUX_BASE)
#define LPC_RITIMER ((LPC_RITIMER_T *) LPC_RITIMER_BASE)
#define LPC_MRT ((LPC_MRT_T *) LPC_MRT_BASE)
#define LPC_PMU ((LPC_PMU_T *) LPC_PMU_BASE)
由于LPC54102支持單電源1.62v~3.6v供電,為了保護MCU接口安全,在板子的設計上可以看到大量的雙電源轉(zhuǎn)換收發(fā)器。
評論
查看更多