Hi Learneir, This warning is usually because you're trying to use bitfield but the required files for the memory allocation for this bit field support are missing. Are you starting off with a bit field project? C:\ti\c2000\C2000Ware_5_03_00_00\device_support\f2837xd\examples\cpu1 This location is where you can import a project from that will have all necessary files required for bitfield support. This will get rid of any of the warnign you;re seeing. If you require the use of driverlib functions, please follow this FAQ on how to add bitifield support to an already existing driverlib project https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1320651/faq-c2000ware-compiler-errors-when-using-bitfield Best regards, Ryan Ma
↧