Hacker News new | ask | show | jobs
by kragen 2321 days ago
I don't know, an STM32F0 sounds like one of the places where writing your code in assembly in 2020 might most likely be a reasonable choice. You write it in C, you don't get guaranteed timings.
1 comments

Agreed for very specific applications. General purpose stuff, C is more than sufficient imo