I've added this group to my .cmd file.
GROUP : > DLOAD
{
dload
{
-
l csl_f28m35x_m3.lib
}
}
Without the -l file it will compile fine. When I add the lib file, I get error #10008-D, but the code does get placed in memory at the dload section as I wanted. How do I get rid of this error?
Thanks,
Pat