Re: interrupt service routine using VC++ 2005
- From: mysli@xxxxxx
- Date: 14 Aug 2006 16:38:53 -0700
Thanks a lot, this is perfect for my needs, so I can take care of all
my requirements by myself.
Daniel
Igor Tandetnik schrieb:
mysli@xxxxxx wrote:
So, will it be possible to force the VC++ compiler to code a function
as a ISR with all the requirement of an ISR?
Try __declspec(naked). For the function thus marked, the compiler does
not generate prolog or epilog code, you get to write your own using
__asm directive.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- interrupt service routine using VC++ 2005
- From: mysli
- Re: interrupt service routine using VC++ 2005
- From: Scott McPhillips [MVP]
- Re: interrupt service routine using VC++ 2005
- From: mysli
- Re: interrupt service routine using VC++ 2005
- From: Igor Tandetnik
- interrupt service routine using VC++ 2005
- Prev by Date: Re: interrupt service routine using VC++ 2005
- Next by Date: Problem with multiply defined symbols in a mixed-mode DLL
- Previous by thread: Re: interrupt service routine using VC++ 2005
- Next by thread: A question!
- Index(es):
Relevant Pages
|