Compare bare metal built by CodeWarrior and Realtime Edge (LS1046ARDB)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Compare bare metal built by CodeWarrior and Realtime Edge (LS1046ARDB)

跳至解决方案
1,226 次查看
Chanh
Contributor III

Hi all,

From what I searched, we can build the bare metal program from Code Warrior IDE, or using Realtime Edge Uboot. May I know what is the difference between these two grograms? (e.g. in terms of performance / BSP package / peripheral access ready / etc.)

Thanks in advance.

标签 (1)
0 项奖励
1 解答
1,191 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Realtime Edge BareMetal application is based on u-boot, the directory “app” in the U-boot repository includes the test cases for testing the I2C, GPIO and IRQ init features, QSPI, Ethernet, USB, PCIe, CAN, . You can write actual applications and store them in this directory.

CodeWarrior only provided a simple hello world program. The main function of CodeWarrior is used for debugging.

在原帖中查看解决方案

0 项奖励
6 回复数
1,187 次查看
Chanh
Contributor III

Hi Yiping,

May I know with CodeWarrior, if the board support package is available for LS1046A? Is it possible to use CodeWarrior as the main development environment for bare-metal program?

0 项奖励
1,165 次查看
yipingwang
NXP TechSupport
NXP TechSupport

It is possible to use CodeWarrior as the main development environment for bare-metal program.

0 项奖励
1,159 次查看
Chanh
Contributor III

Hi Yiping,

May I know if NXP already provides all necessary BSP (e.g. ISR, PCIe, GPIO, etc) for the development of bare metal in CodeWarrior?

Thanks.

0 项奖励
1,111 次查看
yipingwang
NXP TechSupport
NXP TechSupport

No BSP is provided.

0 项奖励
1,102 次查看
Chanh
Contributor III

Hi Yiping,

Got it, thanks for your information.

0 项奖励
1,192 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Realtime Edge BareMetal application is based on u-boot, the directory “app” in the U-boot repository includes the test cases for testing the I2C, GPIO and IRQ init features, QSPI, Ethernet, USB, PCIe, CAN, . You can write actual applications and store them in this directory.

CodeWarrior only provided a simple hello world program. The main function of CodeWarrior is used for debugging.

0 项奖励