Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Interrupts Under FreeRTOS

Status
Not open for further replies.

amraldo

Advanced Member level 4
Joined
Aug 29, 2004
Messages
1,183
Helped
145
Reputation
290
Reaction score
37
Trophy points
1,328
Location
Egypt
Activity points
5,880
Is there any document describing interrupts under FreeRTOS?
Whether they are nested or not?
A pseudo code for ISRs?
A timing diagram of the ISR execution and its relation to context switch.
--
Amr Ali
 

This is not what I want :)
--
Amr
 

The way interrupts work is very dependent on the port you are using. Which port are you using?

Each port comes with a documentation page that says a few words about interrupts, and a demo application that will demonstrate a basic interrupt routine.

Regards,
Richard (FreeRTOS.org)
 

I have noticed that.
Some ports do not support interrupt nesting.
Others do.
Some can cause context switch after the interrupt immediately.
Other do not.
Anyway, FreeRTOS is a good trial.
Nice work Richard :)
I am currently reading the source code and trying to build applications on top of it.
I hope we can talk later on about this nice piece of software.
--
Amr Ali
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top