Re: Writing an ISR in pure assembly
Peter Bigot <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <CAPOJ94M3hVL1wTgVj9NAKs2znhUvb-vow_rQWLcYbFwHGyNOkw@mail.gmail.com> |
See https://github.com/pabigot/freertos-mspgcc for FreeRTOS using MSPGCC as of mid 2012. The use of naked is in Source/portable/GCC/MSP430, but does not apply to the timer ISR itself. It was not necessary to use external assembly sources. http://pabigot.github.io/bsp430/freertos_8h.html may also be useful. As I recall I did have FreeRTOS working under BSP430 and so supporting all MCUs in the product line. The freertos-bsp430 repository was intended to supersede freertos-mspgcc; at this point there is no public difference, though I seem to have some pending updates in my local workspace. None of that is actively supported but it could be if people find it useful. Peter On Tue, Dec 10, 2013 at 9:48 PM, Wayne Uroda <[email protected]> wrote: > Hello, > > I am trying to port FreeRTOS to the MSP430F5519. > > In order to write the context switching part, I need to write a timer > interrupt service routine in pure assembly (the compiler right now is doing > some extra push before I can do anything in the ISR, even with nothing in > the body...) > > How can I place a function (defined in an assembly file) into the vector > table? > > Thanks, > > - Wayne > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users