Skip to content

How hard would it be to run Hubris on stm32f2? #357

Answered by bcantrill
dlight asked this question in Q&A
Discussion options

You must be logged in to vote

@cbiffle can certainly answer with more authority, but it shouldn't be too bad -- this is a Cortex-M3, broadly similar to an M4. That said, that it is missing an FPU will surely necessitate some code changes -- for example (speaking from a Humility perspective), stack backtraces (via humility tasks won't work without some (modest) modification.

So: very doable, but will require a modest amount of low-level work -- and should be much easier than @jperkin's work to get the M0+ working (let alone RISC-V!). The biggest challenge with the F2 honestly may be that they are hard to come by! If you have an evaluation board that you end up using, please point us to it so we can obtain one and help …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bcantrill
Comment options

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