Other Parts Discussed in Thread: MSP430FR6989, MSP430FR5994, MSP430FR5969, MSP430F5529
我看官方的手册说rtos不支持mspfr6047,但是目前项目很需要使用操作系统,所以尝试移植了一下。
根据rtos手册8.2章节,在tirtos.mak中添加了MSP430FR6047的支持:MSP430DEVLIST := MSP430F5529,MSP430FR5969,MSP430FR5994,MSP430FR6989,MSP430FR6047,rebuilding后使用CCS导入FR6989的工程,将设备类型改为MSP430FR6047,在编译时有如下报错:error: ti.catalog.msp430.MSP430: "C:/ti/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/catalog/msp430/MSP430.xs", line 7756: ti.catalog.msp430.MSP430 : Device MSP430FR6047 is not supported。请问TI的专家我该如何修改