AURIX™ Development Studio Forum Discussions
All gods, ask for help! Thank you so much!
I use STM or CCU6 for interrupt processing, and the program in the interrupt can be executed normally; but the code in while (1) in the main function never executes, please help!
Friends who know, please leave a message or contact jfzhang9808@163.comConsultation fees are payable!
smartconx_target@Q!w2e3r4t5y6u7i8o9p0||/t5/AURIX-Development-Studio/TC275%E5%AE%9A%E6%97%B6%E5%99%A8%E4%B8%AD%E6%96%AD/td-p/641682
Show LessSuch as using one byte packing, something like this:
#pragma pack(1)
typedef struct
{
uint8_t start_pattern_1;
uint8_t start_pattern_2;
uint8_t start_pattern_3;
uint8_t type;
uint16_t len;
} packet_header_t;
#pragma pack()
I tried "#pragma pack 1", resulting in compilation error " #pragma pack: is not 2 or 0."
Show LessIn order to generate PWM or measure duty of ext signal using GTM, is an additional compiler is needed? For instance the example below uses only TriCore compiler? Is that correct? When do we need a seperate C compiler for GTM MCS?
https://github.com/Infineon/AURIX_code_examples/tree/master/code_examples/GTM_TOM_PWM_1_KIT_TC375_LK
The board KIT_A2G_TC364_5V_TRB_S (SAK-TC364DP-64F300W AA - PG-LQFP-144) is not visible in ADS.
When looking at the new project creation screen in ADS, when TC36xDP_A-step is selected, KIT_A2G_TC367_5V_TFT is selected.
Is it possible to test with KIT_A2G_TC364_5V_TRB_S(SAK-TC364DP-64F300W AA - PG-LQFP-144) in ADS?
For reference, the evaluation board manual is also attached.
Please help.
Show LessHello all, I'm using the Aurix Development Studio (v1.9.8) and wish to monitor the value of my global variables using the 'live expressions' window during debug.
However, the values don't get updated in realtime and I need to resume the debug session, change the input (eg potentiometer) and then click suspend to check the updated values. Would be great to have the values change while in resume state itself.
Is there any fix? Thanks.
Show LessI am trying to flash TC333 micro controller via Aurix studio. Once after flashing, I am getting error message as below
The debug instrument IO could not be initialized.
The GDI debug instrument provided the following error message.
Device is locked.
Can any please suggest solution for this problem.
My suspect is JTAG circuitry but not sure. I have attached screen shot of error message.
Show LessNo issue when debug active project by Launching debug configuration: Blinky_LED_1_KIT_TC375_SB.
But facing error when trying to flash active project by Launching AURIXFlasher.
ADS Console message:
Aurix Flasher 2.5.3.2, built on 12/20/2022 5:58:37 PM
Connected to device... [TRICORE] DAS DAP over USB MiniWiggler
::Loading HEX file ..........
: The given program file is trying to write on reserved memory addresses, which will be skipped.
Overall time: 646 ms
AurixFlasher Exit Status: Fail
Flashing failed
Command Prompt message:
Microsoft Windows [Version 10.0.19045.3086]
(c) Microsoft Corporation. All rights reserved.
C:\AURIX-Studio-1.9.4\plugins\com.infineon.aurix.tools_1.9.4\build_system\tools\AurixFlasher_v2.5.3.2>AurixFlasher.exe -hex C:\AURIX-v1.9.4-workspace\Blinky_LED_1_KIT_TC375_SB\Debug\Blinky_LED_1_KIT_TC375_SB.hex -log log.xml
Aurix Flasher 2.5.3.2, built on 12/20/2022 5:58:37 PM
das->open_port: DAS_ERROR_SERVER_LOCKED
DASWRAPPER::No ECF hardware found
::Generating the log file: log.xml .......... (Pass)
Overall time: 222 ms
AurixFlasher Exit Status: Fail
Attach "log.xml" file.
Attach "ADS Console [Debug OK]" file.
Show Less
I found in the chip manual that the sampling frequency can be modified according to GLOBICLASSi (page 1173), but I noticed that the I range of this register is -0-1. I had to change the value of both registers to take effect. I want to ask why this register is set to 2, what is the difference?
Show LessI have a aurix application kit for TC237 TFT board. I use Aurix Development Studio.
The board worked fine, I checked the display and LED works fine in the very beginning.
After I tried to build and debug my code with USB, it did not work so I connect miniWiggler as well. (USB+miniWiggler)
It seemed working fine but after a while it does not work and showed the below error messages.
Error creating session
The debug instrument IO could not be initialized.
The GDI debug instrument provided the following error message.
Could not open Access HW
I assumed the bad cable but when I connect my cable with another TC237 TFT sample, then the sample works fine.
How can I deal with this issue? I literally did everything which came up to my mind.
Changed cables, Changed samples.
Could it be the sample damaged?
Show Less