i ran into a problem.. i decided to wipe the memory first.. and it stopped working.. i track the problem down to the << shift call.. if i wipe the memory msp430 function for shift gets wiped... now if i dont wipe i think it only works because im overwriting and the function is still in the same place in memory.. in memory it shows as (__mspabi_divi, __mspabi_remi).. so some how i need to protect this function.. place in in a part of memory i can protect.. or rewrite without using shift.. also bring up the question is anything else in my deploy code using functions that are located in my main program space.. any help world be appreciated
↧