Hi everyone,
I try to use 2806x flash api for a custom bootloader implementation, It works fine when I use C, but when I check the compiler option "treat c files as c++ files"(I use classes for main program and I need it), I get a few errors, I solved pragma(for code and data alocation) erros using a correct pragma format for c++, but I get an error of variable "callback pointer" that says the declaration is incompatible with "void (*Flash_CallbackPtr) ()" declared at line 31 of F2806x_BootVars.h, and two erros that say "erase and program api fuctions are undefined".
Any suggestion?