Creating an Assembler file in AURIX Development Studio. PLEASE HELP, URGENT.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
acelink2
Level 2
Level 2
5 replies posted 10 sign-ins 5 questions asked

Hi Guys, I'm an assembler programmer and I need to setup an Assembler file in AURIX Development Studio,

I create an empty C main startup project and then create a new file calling it assember_test_file.s

Then in the C file I type extern void assembler_test_file;

Then in the C main I type assembler_test_file();

This as you already know should run the C setup program then it should just to my assembler_test_file.s and run the assembler program I have written.

This works on other platforms but not in AURIX Development studio. Obviously I'm doing it wrong so can someone PLEASE show me how to create an ASSEMBLER file for AURIX Development Studio.

Thanks guys, hope to hear from you soon.

Peter 🙂

 

0 Likes
1 Solution
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi acelink

After you get myICP access right, then you can read the pdf I posted.

Maybe you can find useful infomation in that document.

As the Tasking free tool chain is a Free Software, so there is limited support on further information.

Otherwise, you could refer to a demo project in ADS as the steps:

File->Import->AURIX Development Studio Project->input keywords"assembly"->below screenshot will display 

dw_0-1657803034502.png

 

dw

View solution in original post

0 Likes
3 Replies
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi Peter,

ADS is using Tasking free tool chain, so you could refer to Tasking document.

https://www.infineon.com/dgdlac/Infineon-VX-toolset_for_ADS_user_guide_limited-Software-v01_00-EN.pd...

Please register myICP if no access right.

https://www.infineon.com/cms/en/product/promopages/MyICP-platform-for-Microcontroller/

 

 

dw

0 Likes
acelink2
Level 2
Level 2
5 replies posted 10 sign-ins 5 questions asked

Hi dw, thank you so much for your reply. Unfortunately the first link you posted comes to a THE PAGE CANNOT BE FOUND ERROR. so I guess the page has been moved somewhere else.

I've sent an email to register at MyICP so I hope they reply ASAP.

Question: Is there any PDF file that shows how to setup and assembly file is ADS?

Peter

0 Likes
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi acelink

After you get myICP access right, then you can read the pdf I posted.

Maybe you can find useful infomation in that document.

As the Tasking free tool chain is a Free Software, so there is limited support on further information.

Otherwise, you could refer to a demo project in ADS as the steps:

File->Import->AURIX Development Studio Project->input keywords"assembly"->below screenshot will display 

dw_0-1657803034502.png

 

dw

0 Likes