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

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

Hi,

We are just starting with AURIX Controllers using starter kit. Somehow when I am trying to blink LED at port 13.0(From Example code). It is blinking P33.5. Could someone help regarding same.

Also, If there is some documentation on Port select registers and base address of registers will also help.

NABICHAN_0-1664799871969.png

 

 

 

0 Likes
1 Solution
Nambi
Moderator
Moderator
Moderator
500 replies posted 50 likes received 5 likes given

Hi,

You can find the Triboard manual at the below link. https://www.infineon.com/dgdl/Infineon-TriBoardManual_TC3X71-UserManual-v02_01-EN.pdf?fileId=5546d46...

Here you can find the available list of LEDs in the section "3.4 LEDs"
– D302 up to D305 (blue) -> toggle LEDs connected to P33.4 ... P33.7
– D306 up to D309 (blue) -> toggle LEDs connected to P20.11 ... P20.14

The project you are using is corresponding to the TFT kit and not the Triboard(TRB) kit. In the TFT kit the LED is available at P13.0. For the TRB at your end, you need to map the LED to the appropriate Port pin based on your board.

You can find the register definitions as a part of your Blinky LED project. You can check which pin's register is updated for the LED toggle in your project.

Best Regards.

View solution in original post

0 Likes
5 Replies
Nambi
Moderator
Moderator
Moderator
500 replies posted 50 likes received 5 likes given

Hi,

Could you share the exact evaluation kit and device you are using by providing the kit link from the Infineon page? 

Different evaluation kits have LEDs connected to different port pins. You can check the kit user manual from the corresponding page on the Infineon website for details on that.

Could you let us know the details of the example you are testing? Is it an "Aurix Development Studio" example? If so, could you share the example name/details?

Best Regards.

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

Hi,

The example used is 

NABICHAN_0-1664810849415.png

 

And the board used is 

https://www.infineon.com/cms/en/product/evaluation-boards/kit_a2g_tc387_5v_trb/

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

Hi

dw_0-1664860840490.png

 

Difference boards have different pin definations(TC3x2 TC3x3 TC3x4 TC3x5 TC3x6 Tc3x7 Tc3x9 Tc377 etc), above is for your reference.

So, if you download the appropriate example code, then you need to set as your board user manual and sch.

If you have no board user manual, please download from myICP.

dw

0 Likes
Nambi
Moderator
Moderator
Moderator
500 replies posted 50 likes received 5 likes given

Hi,

You can find the Triboard manual at the below link. https://www.infineon.com/dgdl/Infineon-TriBoardManual_TC3X71-UserManual-v02_01-EN.pdf?fileId=5546d46...

Here you can find the available list of LEDs in the section "3.4 LEDs"
– D302 up to D305 (blue) -> toggle LEDs connected to P33.4 ... P33.7
– D306 up to D309 (blue) -> toggle LEDs connected to P20.11 ... P20.14

The project you are using is corresponding to the TFT kit and not the Triboard(TRB) kit. In the TFT kit the LED is available at P13.0. For the TRB at your end, you need to map the LED to the appropriate Port pin based on your board.

You can find the register definitions as a part of your Blinky LED project. You can check which pin's register is updated for the LED toggle in your project.

Best Regards.

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

Hi, It worked. Thanks

0 Likes