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
Hello ,I am trying to implement lane detection or any image processing technique on SAK-TC397XX-256F300S BD board, So using OpenMP i can get parallelism but can i run it on this board
If yes can i get some reference materials or any guidance on how to do it?
Thank you.
Show LessThe 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 LessNot able to toggle P33.5 by StandBy Controller (SCR), after creating a new AURIX SCR project. Any advise?
See attached SCR_Toggle_P33_5_KIT_TC375_LK.zip
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