AURIX™ Forum Discussions
Hi
I'm trying the code present here
Something goes wrong during the calibration because if I check the CAL register of FCNTC0 the value is TERMINATED instead of COMPLETED.
What could be the cause?
Checking the code it seems that, if I've well understood, the calibration is automatically started as soon as this function is called
Another possibility is that the configuration present into the example is not supported by the Calibration? But I think we go into the second row GAINSEL =0 (1:1) and one of the pins connected to GND and the other as the signal pin
I've been unable to find the exact definition of the DMEM0 and DMEM1 definitions beyond the note:
On this device, the CPU0 and CPU1 have large DSPR SRAMs. Therefore, there are two SSHs to support these
SRAMs. These are named as CPUxDMEM and CPUxDMEM1 (x=0,1).
That I've found in the TC33X/TC32X description.
Am I correct in the assumption that the smallest Aurix TC32x's with 96 kB DSPR memory have no DMEM1 instance?
Show LessHello,
I have been running the following command in CMD to successfully program the MCU by passing a batch file to IMTMemtool.exe with the file to be opened hardcoded in the bat file.
IMTMemtool.exe program.bat
program.bat:
connect
open_file C:\fw.hex
select_all_sections
add_selected_sections
program
disconnect
exit
However, if I try to pass the hex file as a parameter by changing the 2nd line in program.bat to
open_file %1
and use the following command
IMTMemtool.exe program.bat C:\fw.hex
I get the error "Batch execution failed in line 1 !"
How would I pass the hex file as a parameter to the batch file?
Show LessHi,
We bought KIT_A2G_TC377_SEC_GTW but I just couldn't find the sample code for this board. Could you please help me with it? If there is one, can I get it by pm? I would be very grateful to you.
Thank you in advance.
Hi,
I am trying to find time consumed by a particular block of code. It needs to be done dynamically by the code.
Is there any way where I can see the number of clock of cycles consumed between 2 breakpoints in IDE itself?
And is there any way same can be accessed in the code?
Thanks
Show LessDear sir,
There is a NEWVAL interrupt siganl in TIM. But I don't know what the new value mean.
Could you please help to explain it?
THanks.
BR,
Sean Wu
Show LessI am using GPT12_PWM_Generation_1_KIT_TC375_LK as the base firmware and test the example on my TC37X eval board.
Everything works perfectly.
I then tried to test the incremental encoder feature and I follow the document
iLLD User Documentation Device:TC37A Version: 1.0.1.14.0
|
The example snippet code seems like it carried from version TC2.7.X
◆ TimeConst_1s
#define TimeConst_1s (TimeConst[TIMER_INDEX_1S]) |
time constant equal to 1s
Definition at line 71 of file Ifx_DateTime.c.
Referenced by DateTime_get(), and DateTime_set().
It is clearly has nothing to do with GPT12 module.
May I ask the proper way to get GPT12 module to work, we have to include all the needed defines in different projects?
Does the snippet code in the iLLD document only there as the references or we can use it as closely as possible?
Thank you so much for all of your time and helps.
Hello,
Can you please clarify what are the Read/Write Access modes for Power Management Control Registers (SCU) listed in Section 11.3.2 of the TC3xx User’s Manual.
The section 11.3.1 has this information, but section 11.3.2 does not indicate this. Please see attached image
Show Less
Hello
I want to initilise Evadc and start conversion without any trigger.
Is it possicle to convert EVADC without trigger?
If yes then how we can do that?
i am following this sequence
Show Less