Pulls unique serial number from CPU and prints to serial console and displays on LCD. Used to generate a guaranteed unique ID for IoT apps where the IoT device needs to become it's own access point. Should work on native hardware unlike the MBED MAC address which would not be available on some custom PCB. Tested on KL46Z but should also work on most STM CPU.
History
added lu specifier to avoid compiler warning in printf
2016-03-09, by joeata2wh [Wed, 09 Mar 2016 17:50:16 +0000] rev 1
added lu specifier to avoid compiler warning in printf
seems to work on KL46Z
2016-03-08, by joeata2wh [Tue, 08 Mar 2016 20:54:53 +0000] rev 0
seems to work on KL46Z