Hi,
I'm using the LaunchXL-F28069M board and trying to implement the USB Bootloader following the ControlSuite v150 USBBL userguide.
I am importing the bl_app project (C:\ti\controlSUITE\device_support\f2806x\v150\F2806x_examples_ccsv5\bl_app location) and the boot_loader project (C:\ti\controlSUITE\device_support\f2806x\v150\MWare\boot_loader location).
1) The bl_app project compiles without any error or warning but when I execute it, the device is not recognized (Unknown device - error code 29) as a DFU device. Is there something I'm missing?
2) I can't compile the boot_loader project due to
- Error : "identifier int16_t is undefined
- Warnings : function MemCopy declared implicitly
I checked the includes and linker option and it seems normal.
Any help would be appreciated.
Thanks