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.
已解决! 转到解答。
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.
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.