I'm getting increasing frustrated with tyring to work out how various C functions work (or don't) in the Std_Peripheral_Library for the processor I'm using.
There are things like.
lsifreqkhz >> 2U (where U has not been declared so is presumably not a variable)
and
AWU->APR
My C text book doesn't help as you can't find things like -> or >>2U in the index
Is C the most obscure, counterintuitive and downright idiotic language ever contrived?
{
Del;
}
BTW. I've solved assorted previous problems and got comms with my RFID module working... Just getting frustrated with the internal clock, which has a routine to 'calibrate' itself... yeah right... and nowhere do they give a tolerance for this internal 16Mhz clock (slaps furry head with paw)