Tagged Questions
1
vote
2answers
309 views
How do I call a C function in another module from inline assembler in IAR EWARM?
I don't know if this is recommended or not but I am sure someone will give me a stern warning if not. I have posted a duplicate question in stackoverflow, however this may be just as appropriate here ...
3
votes
2answers
826 views
Error when compiling start-up file on STM32
I am attempting to provide custom interrupt handlers for my Cortex M3 (reference manual here). ST kindly provides a standard library, which has various startup files all called "startup_stm32f2xx.s". ...