Skip to main content
MHarr.4
Visitor II
June 5, 2020
Solved

Is it possible to flash a custom application to CPU2 (M0)?

  • June 5, 2020
  • 1 reply
  • 948 views

Background: I'd like to add a custom protocol stack on top of 802.15.4 MAC but place it all on CPU2 (M0) and let only the application reside in CPU1 (M4) - just like the pre-compiled binary with Zigbee. Is this possible?

This topic has been closed for replies.
Best answer by Remi QUINTIN

Unfortunately, the code expected to be executed by the CPU2 must be encrypted with specific ST key that the FUS (Firmware Update Service) is the only one to manage.

Moreover, the timing constraints required by the management of the RF part are quite hard and we want to avoid any impact on our current FW stack.

1 reply

Remi QUINTIN
Technical Moderator
June 5, 2020

Unfortunately, the code expected to be executed by the CPU2 must be encrypted with specific ST key that the FUS (Firmware Update Service) is the only one to manage.

Moreover, the timing constraints required by the management of the RF part are quite hard and we want to avoid any impact on our current FW stack.