TC275 stacksize
I need to increase the size of the stack on my TC275 by some kB. How can I do that? I tried to modify the iRAM.ld files as well as the memoryIntCode.x files in my workspace (HighTec Plattform) as well...
View ArticleHow to create stack overflow/underflow exception ?
Just allocate uint32_t array[size>maximally available size on stack] = {0}; this will cause a stack overflow -> just look at the assembly instructions during debugging and you will see the...
View ArticleDAVE SDK installation link
A late answer: when you download DAVE 4.4.2, you download always DAVE IDE and DAVE SDK in 1 big zip.
View ArticleLatest Versions of DAVE Apps as SDK Projects available?
Hi Infineon, are the latest versions of the DAVE apps as SDK projects available? As far as I see, to modify an app, it's not possible to only copy an app from DAVE CE library store to DAVE SDK...
View ArticleRTC Problem:
Hello at all, I use the RTC App. To have an exactly RTC it is normal to select in the Standby Clock Generation Settings " External Crystal Low Power Oscillator" as RTC Clock Source. If I set this, the...
View ArticleUART on pins P0.6/P0.7 using XMC1100
Hello I tried to get the UART working on Pins P0.6 / P0.7 but with no success. Same code is working for USIC0.C0 on Pins P2.0 /P2.6. I think, the hardware of the board but nothing happens on output pin...
View ArticleIPB80N04S404ATMA1 - Reverse diode IRM (Ir, Irr)
Hello Mcupwr, Since it is the Mosfet datasheet, the Ir, Irr is not standard parameters for it. Regards, Daisy
View ArticleBLDC Motor control with XMC4700
Hello together, I want to control a BLDC motor with a XMC4700 Relax Kit and Eval-M1-05F804 Board. The motor shuld only be controled in the open loop with the PWM_BC APP but something is wrong. I can't...
View ArticleKUZ Battery Voltage parameter
Hi Sir, Would you please help to explain the means about 1612 KUZ = 32768.0 * 12.0 / 1612.0; /* 12V = 1612Ink ADW */
View ArticleError in XMC4400 CAN Auto Baud Rate Detection
Hello, I am using CAN auto baud rate detection example provided by Infineon. Below are the modification details which are done in example to port in our code. Software changes: 1. CAN frequency...
View ArticleQSPI - TC275 - Read data from register
Hello, In current project I need to interface the uC SPI with CAN transceiver. The QSPI channel is working properly with all configurations, but for example when I try to use...
View ArticlePictures and Graphics of Help Files disappeared
Hi, if you miss pictures and graphics of the help files at DAVE IDE and DAVE SDK, go to MS Internet Explorer, open Tools > Internet-Options > Advanced > Multimedia and activate "Show...
View ArticleHow to use EtherNet PTP Time stamp in TC275
Hello, How to use EtherNet PTP Time Stamp? anyone have example code? i enabled the PIN ETH_TIMESTAMP_CONTROL.B.TSENA = 1; ETH_SYSTEM_TIME_SECONDS_UPDATE.B.TSS = 0;...
View ArticleDAVE SDK app rename function needed
Hi Infineon, I modified the app UART and now it's mandatory to change the name to UART_A1 or so to avoid any collision with the original Infineon apps, for example when upgrading apps. Unfortunately,...
View ArticleXMC ECAT0 Alias
Hi MichaelIFX, How do I know the current Station Alias? Is it impossible to read and verify the ECAT0_BASE area? Do I have to write to the EEPROM to replace the Station Alias? Is it not possible to...
View ArticleCan the CAPTURE app measure below 1 Hz ? (DAVE 4)
Hi all, I would like to measure the frequency of an input on P4.4 using CCU43 in DAVE 4. The CAPTURE app limits the Minimum Frequency to 1 Hz but I would like to measure 0.4 Hz to 30 Hz. Is there a way...
View ArticleOptiga Endorsement Credential Certificate (tpm2_getmanufec URL)
Seems I resolved it; tpm2_nvread --index 0x1c00002 -a 0x40000001 -o 0 --tcti $(TPM_TCTI) > nvread.1c0002.cert tpm2_nvread --index 0x1c0000a -a 0x40000001 -o 0 --tcti $(TPM_TCTI) >...
View ArticleUsing SMU as Watchdog Triggering machine during Bootloading
Let's say TC275C Tricore Microcontroller triggering external watchdog periodically in normal mode.(External watchdog would reset uC if not getting any signal from uC for specific period) It is normal...
View ArticleXMC1302 Low Power Modes
Hi, The following code places the device in the lowest power mode (~250uA according to data sheet) Code: // The clock of the peripherals that are not needed during sleep state can be gated before...
View Article