Aurix TC375 TE, 176 package: pin routing for Edsadc measurement

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

cross mob
Sven
Level 1
Level 1
10 replies posted 5 sign-ins 5 replies posted
 

How to configure port routing?:
- Infineon sample leaves the part open: Line 159 in IfxEdsadc_Edsadc.c
- tutorial EDSADC_1 for KIT_AURIX_TC375_LK mentions channel 3 and port pin AN0 - i do not see it in the code implementation
- where to look in the docu for this topic?

With register GLOBRC i start EDSADC module run:
- how do i check if it is running?
- and if it is running not/properly?

EDSADC module has many setting options:
- which are the important one?
- important for basic functionality?


Thanks for your support

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

In TC37X_ts_appx_v2.5.1.pdf 33.3.1 Analog Module Connections, You will see there are 6 channel EDS0-EDS5, which can connect Source Pins. For No.3 channel, INMUX bitfield will select AN0/AN1/AN14/AN15.

In 33.3.2 Digital Module Connections, you will see other connections which is specific for diginal.

The trigger input line is selected via bitfield TRSEL = [yyyyB], the data input line (DSDIN…) is selected via bitfield DSRCEX = [yyyB], the clock input line (DSCIN…) is selected via bitfield CSRCEX = [yyyB].

1.You can apply access for MyICP:

https://www.infineon.com/dgdl/Infineon-MyICP_Guide_registration_for_customers-ATI-v01_00-EN.pdf?file...

2. Folder of 37x tech specs:

https://myicp.infineon.com/sites/microcontrollers-aurix_customer_doc/SitePages/default.aspx?RootFold...

 

 

View solution in original post

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

In TC37X_ts_appx_v2.5.1.pdf 33.3.1 Analog Module Connections, You will see there are 6 channel EDS0-EDS5, which can connect Source Pins. For No.3 channel, INMUX bitfield will select AN0/AN1/AN14/AN15.

In 33.3.2 Digital Module Connections, you will see other connections which is specific for diginal.

The trigger input line is selected via bitfield TRSEL = [yyyyB], the data input line (DSDIN…) is selected via bitfield DSRCEX = [yyyB], the clock input line (DSCIN…) is selected via bitfield CSRCEX = [yyyB].

1.You can apply access for MyICP:

https://www.infineon.com/dgdl/Infineon-MyICP_Guide_registration_for_customers-ATI-v01_00-EN.pdf?file...

2. Folder of 37x tech specs:

https://myicp.infineon.com/sites/microcontrollers-aurix_customer_doc/SitePages/default.aspx?RootFold...

 

 

0 Likes