2009-04-23 11:31 PM
Own interrupt handlers in new StdPeriphLibrary
2011-05-17 04:10 AM
I downloaded the new StdPeriphLib from the site and wanted to try running the example, based on template. Unfortunately was not able to linking own implementation of C interrupt handlers. Interrupt handlers is called, but remains in asm implementation(startup_stm32f10x_md.s) for STM32F103RB. I'm tried different implementation of registration own C interrupt handlers. May be someone have working IAR example for it?