软件的层次关系(从底层到高层)如下:
1. PSP (Processor Support Package). A group of file that are specific to a CPU type.
2. BSP (Board support package). A group of files that are specific to a particular type of processor on a particular type of board. It includes drivers.
3. Application
原文地址:http://www.cnblogs.com/fdyang/p/3981728.html