- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i try to follow the AN234282 "Using a SAR ADC in XMC7000 family
About this" 3.1.3
The problem is the Interrupt registration:
but in the pdl lib there is no "cy_stc_sysint_irq_t"
i have:
also i found a lot of differences between the AppNote (pictures from the device Configurator) and the newest offically
version of the MTB/deviceconfigrator.
So the question is: Is the AppNote up to date? Or i am using an older version of Device Configurator?
Could you provide an example code/project with PMW Hardware Trigger?
best regards
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Best you create an Empty App and in the Device Configurator.
Right panel
Fill main.c manually by using PDL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
this isn´t helpfull. The configuration in the Deviceconfigurator is not the problem here.
In the AppNote, a structure is referenced that does not exist in the library...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Probably your example is obsolate. The best when you create a new one. Import TCPWM_Counter to yor workspace. Create Empty App and configure as described before. From TCPWM_Counter you will have TCPWM related function calls. Add it to your new project. ADC function calls you have to add manually by using PDL/HAL.
cy_stc_sysint_irq_t identifier does'n exists in mtb_shared so probably this example is wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are my code:
btw, with SW trigger, everything works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Andreas_Heder ,
The appnote code snippet currently is not in sync with the latest pdl version. We are working with our internal team to get it updated to the latest version. Thanks for reporting the issue. Meanwhile we hope you are able to use the ADC with the device configurator.
Best Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Vasanth ,
let me know when a new AppNote is availible. Currently it doesn´t work.