Hi Lukas,
We do not provide software that could help you to program the MAC address.
However, you could implement other routines. as you know the next document explains how we programmed the Unique MAC Address. https://www.nxp.com/docs/en/application-note/AN12272.pdf
3.1 Uniqueness
40-bit MAC address ensures uniqueness and tracks the device ID with the unique value associated for that device. NXP guarantees no duplication across the Kinetis Wireless connectivity devices for the unique 40-bit MAC address for the first 2^40 shipped microcontrollers.
You could use your OUI that was assigned and then use these 40 bits that are unique for the KW36.
Note: If we achieve the 2^40 shipped microcontrollers, we are going to start again with this sequence number, we can not warranty that it won't be only for one chip forever.
We recommend that look at the ControllerSetBD_ADDR(void) function in the ble_controller_task.c
-You could implement your own routine to set up the bd_address with your OUI direction
-You could save with an external programmer in the gHardwareParameters, the variable
uint8_t bluetooth_address[6];
So, you have to set up the offset and save the address and in the ControllerSetBD_ADDR will read out that value and copy to the gBD_ADDR.
Regards,
Mario