Page 1 of 1

Fast interrupt and assembly language

Posted: Thu Aug 09, 2018 10:58 am
by loinchg
Hello,

I need to update a design based on RabbitCore 3xxx, i have many code that must be executed at a fast periodic time (119 micro secs).
Almost all my code is made with assembly language.

The question is: Could i use MOD5441X to substitute RabbitCore, application has; two 1200 baud serial ports, ethernet, web-based configuration and eigth led indicators ?

Thanks, Martin.

Re: Fast interrupt and assembly language

Posted: Thu Aug 09, 2018 11:28 am
by TomNB
Hello Martin,

Thank you for considering our products. Yes, the MOD5441x family can easily do those functions, and at a significantly faster speed than the rabbit. We have had a significant number of people porting from rabbit to our platform.

Best regards,

Tom

Re: Fast interrupt and assembly language

Posted: Mon Aug 13, 2018 8:19 pm
by pbreed
Written in C the external interrupt response time should be <2usec. With work you can make it less than 1usec.
How much work does the interrupt need to do?