update family id for 52840

This commit is contained in:
Michał Moskal 2019-01-17 20:44:36 +00:00 committed by GitHub
parent 9de0d3a5ca
commit 4b3a349d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,13 +98,13 @@ The reason to pick numbers at random is to minimize risk of collisions
in the wild. Do not pick random numbers by banging on keyboard, or by using in the wild. Do not pick random numbers by banging on keyboard, or by using
`0xdeadf00d`, `0x42424242` etc. A good way is to use the following `0xdeadf00d`, `0x42424242` etc. A good way is to use the following
shell command: `printf "0x%04x%04x\n" $RANDOM $RANDOM` shell command: `printf "0x%04x%04x\n" $RANDOM $RANDOM`
This procedure was unfortunately not used for the SAMD51 below. This procedure was unfortunately not used for the SAMD51 and NRF52840 below.
#### Family list #### Family list
* Microchip (Atmel) SAMD21 - 0x68ed2b88 * Microchip (Atmel) SAMD21 - 0x68ed2b88
* Microchip (Atmel) SAMD51 - 0x55114460 * Microchip (Atmel) SAMD51 - 0x55114460
* Nordic NRF52840 - 0x1b57745f * Nordic NRF52840 - 0xada52840
* ST STM32F103 - 0x5ee21072 * ST STM32F103 - 0x5ee21072
* ST STM32F401 - 0x57755a57 * ST STM32F401 - 0x57755a57
* Microchip (Atmel) ATmega32 - 0x16573617 * Microchip (Atmel) ATmega32 - 0x16573617