AURIX™ Forum Discussions
Hello,
I am using in the project TC322LP and TLF35585. According to safety manual, there is some values for after reset situation. MC[0-4] and MC[34].FAULTSTS are not matching in the following conditions.
Before goes to shutdown:
Setting TLF to sleep mode.
Start SCR core.
MCU is setting to standby mode.
Waking up with LIN message.
In this conditions, when it wakes up, FAULTSTS registers must be the 0x1 but they are setting as 0x9. If I perform a system or application reset after this wake up, FAULTSTS registers are not changing. Is this related with SBC or something else ?
Thanks for answers.
Show LessHello, I am currently developing the SWAP function of TC397 and have encountered a confusion. I need to consult. As shown in the above figure, can I understand it this way: programming the content of Flash once (updating the App) requires switching between A Bank and B Bank once, and operating UCB once. Therefore, if each TC397 updates the APP by switching between Bank A and Bank B, it can only be updated 400 times? This is obviously not enough, is it because I misunderstood the SWAP limit function?
Show LessHi Supports,
I'm using TC37x derivates to develop our product, but now I have meet an issue that firmware check is failed as we enable HSM core to do secure boot(secure boot will not operate SMU module or SMU registers), if secure boot done (runnning in HSM core), it jumps to bootloader software (running in Tricore), then we found default value of SMU registers(SUM_AG0/1/2,etc.,) has been changed, as the following captures.
But HSM feature is disabled, it jumps to bootloader software directly after reset triggers, default value of SUM registers is expected in Tricore safety manual, as the following captures.
So I have a doubt that HSM core usage will affect the SMU module or SMU regsiter? Any suggestions will help me a lot, thanks.
Show Less
However I have problems.. about ADC.
I want to read ADC Value.. but i Can't
Result_ADC_Status is 1 (ADC_BUSY)
what should i check?? plz help me..
Adc_SetupResultBuffer(AdcConf_AdcGroup_AdcGroup_Voltage, &Adc_Voltage[0]);
while(1){
Adc_StartGroupConversion(AdcConf_AdcGroup_AdcGroup_Voltage);
Result_ADC_Status = Adc_GetGroupStatus(AdcConf_AdcGroup_AdcGroup_Voltage);
} Show Less
Hi there,
I'm using Memtool 2021 on TriBoard with TC233(DAS) and try to connect to Target but there's a pop up window shows up.
The error message is below.
Message from component "IMTMemtool"
CAN't connect to Target
Message from component "Controller0.Core0. Tc2CoreTarglntf"
CAN't connect target!
Message from component "Controller0.Core0. Tc2CoreTarglntf"
Failed to read target state!
The CPU I am using is "Infineon TC233L".
#DAPminiWiggler
#Memtool
Thank you in advance.
Regards!
Show LessHi All
We have designed a Control unit based on TC275 MCU, and we want to programe it using this tool "KIT_MINIWIGGLER_3_USB", so could you please check if we are using the right pin out for the connector?
Please see attached picture for the Programmer connector on the board.
Thanks
Basel Tahboub
Show LessHello,
I am new to development with an AURIX MCU and its microarchitecture specialties and would thus have quiet simple questions : What could be all communication paths that be programmed between CPU0, NVM, RAM and peripherals ? Your response would help me understand which of the interim units and modules are more essential bricks than others, in order to study them first / if they are worth studying first as introduction and afterwards focus on additional/complementary functions among DMU, LMU, PFI, FSI, LMU, DMA, PSPR, DSPR, DFRWB, PFRWB, DPI, PMI, etc. I am sorry If it is a so beginner question.
Thanks in advance for your support.
Show Less
Hi , just beginning with Aurix dev, some experience with C167 and XE167 controllers.
I want to write two small messages to the serialport. Ended up in the situation that it only works well when inserting a short wait period.
Made some screenshots of source code parts and serial output corresponding the 'good' and 'bad' situation.
Tried quite some things but was not able to solve this problem. In between these two parts of the message I don't want to wait at all.
And when stepping through with the debugger , I slow so much down that the code works fine ! 😞
Can somebody point me in a direction to solve this ?
Show Less