Search found 1 match
- Sat Jun 14, 2025 5:36 am
- Forum: General discussion
- Topic: SystemClock_Config() and extern "C"
- Replies: 7
- Views: 1875
Re: SystemClock_Config() and extern "C"
Interesting observation! I’ve also seen older examples where extern "C" was used with SystemClock_Config(), especially to avoid C++ name mangling when linking with C code. But in my recent tests with STM32duino, it worked fine without it too. Maybe recent updates to the core libraries made it ...