AURIX™ Development Studio Forum Discussions
Hello aurix users
I connect the tc375tp board made with a custom board and the dap mini wiggler
and try to debug using the tasking complier in aurix development studio,
but the message : No debug facility available for target appears.
The device scanner of DAS is also listed as tricore family, what's the problem?
Show LessHello,
is it possible to select which USB-Port should be used to flash the Board? I want to work over an remote PC, where two Boards are connected and now i want to flash different projects on the boards. I use the Aurix Development Studio and two TC387 Eval Boards.
Thanks and best regards
Show LessI used the Matlab for coding and I use embedded coder to generate c++ code. When I use the Aurix development studio, How I build the generated code on the board? Can I use the import menu for this? Someone help me :(..
Show LessI use the KIT_A2G_TC397_5V_TFT. I test the Example, Blinky_LED_1 by using AURIX Development Studio. I built the project and click the debug button. but, there is a error message. The message "Loading failed: An unknown problem occurred when trying to open the file" came out. How can I solve this problem?
Show Less
I am performing static code analysis for my project. We developed project in aurix development studio. In IFX_INTERRUPT(AdcIsr, 5, 2); is giving violation as missing type specifier.
#define IFX_INTERRUPT(isr, vectabNum, prio) IFX_INTERRUPT_INTERNAL(isr, vectabNum, prio)
#define IFX_INTERRUPT_INTERNAL(isr, vectabNum, prio) void __interrupt(prio) __vector_table(vectabNum) isr(void)
from this above macros if __vector_table(vectabNum) removed then there is no violation. But without this interrupt service routine can't be serviced by different cores,
default ISR getting executed in core 0.
How to fix QAC(static code analyzer) with multi core ISR. Show Less
I am using TC375 with Aurix Development Studio and iLLD. I would like to know how to use QSPI module in polling mode, so without interrupts and without DMA.
iLLD document does not provide any example regarding the polling mode.
Thank you in advance.
Greetings Show Less
is it planned to support some Infineon TriBoards from AURIX Development Studio?
For example, right now there is no way to test anything with TC399, it would be useful use the TC399 TriBoard.
In the mantime, if there are some information or guideline to port examples made for Application Kits to a TriBoard, please let me know!
Thanks! Show Less
I am using Aurix Development studio IDE for my project develop which use TC397 as HW platform. But when I integrate my source code from other project into current project, I got some errors.
See picture below for details:
The top half shows my source code Fls.c, and bottom half show the console information during build.
This is only part of my error display. In the console information, line 2650 and 2655 in Fls.c is mentioned as error line, but I cannot find the errors in line 2650 and line 2655, and what more pussling to me is that why does the commented line 2660 also treated as error line.
Another question, we can see the assemble error code before every line of the console information, but I don't know where can I get the information about the error code, e.g. reason cause the error or solution to resolve the error?
Thanks Show Less
i have a problem, recently i can not do a incremental compile successfully, every time when i changed something and tried to do an incremental buiding, the error came out:
19:48:37 **** Incremental Build of configuration Debug for project tricore_397_custom_bsw ****
make --output-sync -j12 all
mcal/tresos_conf/tricore397_custom/output/generated/src/Adc_PBcfg.d:3: *** target pattern contains no '%'. Stop.
"make --output-sync -j12 all" terminated with exit code 2. Build might be incomplete.
19:48:37 Build Failed. 1 errors, 0 warnings. (took 127ms)
so , now i have to right click, clean project, and then make again, which is time consuming.
Anyone knows how to fix this issue? Appreciated.
------aurix development studio about----
Version: 1.3.2
Build id: 20210219-1642 Show Less
I'm currently working on a project that requires compiling a c software using the wind river diab compiler for Aurix TC387.
I've managed to create a project using the aurix development studio which created a "Lcf_Tasking_Tricore_Tc.lsl" file which is a linker script file for another compiler.
I'm trying to find a "dld" file which configures the linker for the TC387.
Currently I've only managed to find this file which is a dld file for another TC version (it's a dld file, don't mind the extention):
https://github.com/realsosy/InfineonRacer/blob/master/src/_MyiLLDFramework_TC23A/1_ToolEnv/0_Build/1_Config/Config_Tricore_Dcc/Lcf_Dcc_Tricore_Tc.lsl
Does anyone have such file or can point to a direction of how to obtain it?
Thanks! Show Less