Posted on August 03, 2016 at 05:47
Hi Guys,
I've recently started working with the STM32F0 series of microcontrollers, took a while to get a fully functional build chain up and running, but now everything looks good on that front.
...
Posted on August 07, 2016 at 14:42The project is based on a GCC toolchain, using hand written linker scripts and a hand written Makefile against the Standard Peripherals Library for my micro. I'm not using an IDE.I resolved the issue in the end, tur...
Posted on August 05, 2016 at 09:20Thanks for your response. I'm using a GCC based toolchain, particularly arm-none-eabi-gcc from Debian 8.2. It looks like I'm missing something altogether from my linking, I've turned up a project libaeabi-cortexm0 w...
Posted on August 03, 2016 at 07:01Looks like I have the same issue with anything from thumb. ____aeabi_uidiv_from_thumb ____aeabi_uidivmod_from_thumb Both show the issue, which would suggest there's something wrong in my toolchain/linking, once agai...