dumbo
New Member
Posts: 8
|
Post by dumbo on Oct 21, 2020 9:55:52 GMT
i have this error while building. Please advice. Has it got to do with ShieldBuddy_Add-ins?  from user Manual The complete set of macros for putting variables in specific RAMs is: /* LMU uninitialised data */ StartOfUninitialised_LMURam_Variables /* Put your LMU RAM fast access variables that have no initial values here e.g. uint32 LMU_var; */ EndOfUninitialised_LMURam_Variables /* LMU uninitialised data */ StartOfInitialised_LMURam_Variables /* Put your LMU RAM fast access variables that have an initial value here e.g. uint32 LMU_var_init = 1; */ EndOfInitialised_LMURam_Variables ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  Sorry, i've solved the build error by proper selection of port and set target board to shieldbuddyTC27. Now i run into License check failed. Please advice, as i've checked the license is in the right directory C:\HIGHTEC\licenses.Still facing License issue during build
|
|