comp.lang.ada
 help / color / mirror / Atom feed
* Interruption Handling using zfp compilation flag
@ 2012-12-07  0:41 Vinícius Franchini
  2012-12-07  7:45 ` Rolf
  0 siblings, 1 reply; 7+ messages in thread
From: Vinícius Franchini @ 2012-12-07  0:41 UTC (permalink / raw)


Hi guys,
 my name is Vinícius and I'm doing a master degree. My thesis is a simplified on-board computer for an satellite. I must implement some scheduling and package analysis functions. As I need to work with a real time system, I'm using the zfp flag for compilation. I tried to implement some interruptions using sentences like this:

   procedure Receive_USART;

   -- Address the interruption handler		
   pragma Machine_Attribute (Entity => Receive_USART,
                             Attribute_Name => "signal");

   pragma Export (Convention    => C,
                  Entity        => Receive_USART,
                  External_Name => "__vector_26");    --USART0_RXC

Using Proteus (ISIS Professional 6.7 SP2), I'm debugging the algorithm. The initialization of the interruption is right, but when the interruption occur, it isn't handling to the procedure. 

Do I need to do something more to handle the procedure when the interruption occur ? Do you fellows have any other simple way to handle interruptions ?

Thanks very much for your help....



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-15 20:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-07  0:41 Interruption Handling using zfp compilation flag Vinícius Franchini
2012-12-07  7:45 ` Rolf
2012-12-07 20:24   ` Vinícius Franchini
2012-12-08 15:49     ` Rolf
2012-12-09  1:08       ` Vinícius Franchini
2012-12-09 15:57         ` R R
2012-12-09 20:34         ` Brian Drummond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox