Search found 4 matches

by leoecco
Fri Aug 05, 2016 12:10 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Using the ASCLIN module from Aurix (interrupt issue)
Replies: 7
Views: 7781

Re: Using the ASCLIN module from Aurix (interrupt issue)

Yup, that did the trick. It is now printing :)

Thanks a lot for your help!
by leoecco
Fri Aug 05, 2016 11:27 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Using the ASCLIN module from Aurix (interrupt issue)
Replies: 7
Views: 7781

Re: Using the ASCLIN module from Aurix (interrupt issue)

Hi Errico, thank you again for the quick answer. Here are the new developments. I updated the .oil file... it now looks like the following: CPU test_application { OS EE { EE_OPT = "EE_DEBUG"; EE_OPT = "EE_VERBOSE"; EE_OPT = "EE_EXECUTE_FROM_RAM"; EE_OPT = "EE_SAVE_TEMP_FILES"; //EE_OPT = "EE_MM_OPT"...
by leoecco
Fri Aug 05, 2016 9:35 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Using the ASCLIN module from Aurix (interrupt issue)
Replies: 7
Views: 7781

Re: Using the ASCLIN module from Aurix (interrupt issue)

Hi Errico, thanks for the quick answer. So let me structure the info I have about the problem in parts. Firstly, it seems like I overlooked something and I am not actually able to use the keyword ISR inside the .oil file (I was editing it out of eclipse, and some of my changes have not been taken in...
by leoecco
Thu Aug 04, 2016 3:40 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Using the ASCLIN module from Aurix (interrupt issue)
Replies: 7
Views: 7781

Using the ASCLIN module from Aurix (interrupt issue)

Hi, I'm trying to employ the ASCLIN module from aurix (serial comm.) in order to communicate with a PC host. Infineon provides a library (libiLLD) which contains the functions required to properly configure the ACLIN module and to send/receive data. Anyway, after I call the function to transmit data...