Well then something most go wrong either on writing or on reading the Linkkeys - it works fine in my application which is based on the SPPLEDemo. Post your Code here then we can see what goes wrong, you can also set a Breakpoint in CCS at a line after you wrote the Keys and check with the memory browser if the right data goes into the flash. Also pay attention to the time when you read the keys back; somewhere in the init-process the whole LinkKey array gets filled with NULL_BD_ADDR so make sure you read from flash _after_ this is done (or delete it from the code), this caused also in my app some trouble.
↧