I build a project by the CCSv5 in which the IQmath library is used. It runs smoothly while configuring the complier options in default as below: But there are errors as below if selecting the 'silicon version' to 'msp' not 'mspx'. '_IQ22frac' '_IQ22toF' error #10234-D: unresolved symbols remain' I know that msp430 is for 16bit address and msp430x is for 20bit address but as the datasheet of msp430f5172 shows it seems that the chip is msp430 core not msp430x because the memory address is from 0x0000 to 0xFFFF, is it?
↧