Skip to content

Feasibility of identical platforms on different boards #3895

Closed Answered by lschuermann
kostareg asked this question in Q&A
Discussion options

You must be logged in to vote

It's definitely feasible to get Tock running on other boards using the nRF52 series of microcontrollers. In fact, the nRF52s are amongst the most widely used and well-tested chips in the Tock ecosystem. For other boards that use these chips, see for instance:

If you're using a JLink, porting should be very straightforward. Simply copy the respective boards/ create and adjust the physical peripherals / pin assignment. The most tricky part is usually supporting foreign board's bootloaders, but that's not required if you have JTAG access.

However, Tock does not have a soli…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kostareg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants