DAVE4.3.2_DALI_interface
How to work with the DALI interface in the release library Update_Site_Pack_2016-09-26? Based on what I saw in the lessons on working with DALI, I should use the DALICG02.h library, but in the release...
View ArticleProblem: Fatfs + watchdog
The code SDMMC->HOST_CTRL |= SDMMC_HOST_CTRL_CARD_DETECT_TEST_LEVEL_Msk | SDMMC_HOST_CTRL_CARD_DET_SIGNAL_DETECT_Msk; doesn't works. The problem is still the same! We have used another SD with...
View ArticleSp37
Read the datasheet and describe your problem in detail. https://www.infineon.com/dgdl/SP37_1...38566f83105c7c Attachment 2863 ????? SP37_Main_interiors.jpg (50.9 KB)
View ArticleTLE5012B E1000 with Arduino Mega
I have recently purchased TLE5012B E1000 and trying to interface it with an Arduino Mega. I am receiving data but that seems like junk data. My SPI settings are SPI mode 0, SPI CLK 8 MHz. I am using...
View ArticlePush Pull half bridge pwm using ccu8
Do you use DAVE, see these examples: Attachment 2864 ????? Untitled.png (84.7 KB)
View ArticleThe FIFO development in the CAN module of TC275
Hello~thank you for spending time to read my thread ! Recently,I would like to develop the FIFO ability in the CAN module of TC275.(this one) But I I met some troubles. If The FIFO is setted to 16,the...
View ArticleC167CR-LM GPT1 Core Timer T3 How does it work?
I don't understand all of your questions, so I will give you my feedback based on my understanding. What Number would then stand in the Register T3 every tick? It is the resolution at that in your case...
View ArticleTC224 resets every 5 seconds
Hello, I am using the SW Framework (containing the demos, packages...). I have uploaded the MultiCAN example and I can see the messagess being sent at the correct cycle time in CANoe. The problem is...
View ArticleWill Dave support Tricore family in future, if yes, When?
I have used Dave for XMC Family development for a while and get used to it. Although it still have plenteous of weak points and bugs, its intuitive GUI, model based APP modules and flexibility are very...
View Articlehow to set reoccurring rtc alarm event for XMC1100
hello i can get rtc periodic event to execute properly (reoccurring every second or minute...) and i can get rtc alarm event to execute properly (one time) but what do i change/add to get an rtc alarm...
View Articleis the external memory memory-mapped to the core, which is connected over EBU?
Do you mean this? Attachment 2867 Attachment 2868 ????? Untitled.png (104.4 KB) Untitled2.png (165.6 KB)
View Article24GHz automotive radar development kit - Unreliable measurements
Hi Forix, I kept an object at a known distance from the radar, so that I know what distance output I should be getting. The attached Excel file has the results of my tests. I repeated the tests...
View ArticleHow can compiler produce opcode that is illegal ?
Infineon TC29x documentation says that executing illegal opcode causes a trap. How can compiler produce code with illegal opcode? We're using Windriver Compiler / Assembler / Linker? Shouldn't illegal...
View ArticleMultiple SPI with different configuration
To my knowledge, the DMA channels are only designed to transfer from one periphery to memory and vice vera. Your problem is "simultaneously read", But the GPIO style common clock is slower than you...
View ArticleMPU for safety critical application
Hi, here is example to use MPU for protecting vector table against write access after it has been relocated to ram extern int __vectortableram_start; void SetupMpu(void) { #define MPU_RGN_NUMBER_VT 3...
View Articlenaming system of OptiMOS
Application note: https://www.infineon.com/dgdl/Infineon-ProductBrochure_P-Channel_MOSFET_Overview-PO-v01_00-EN.pdf?fileId=5546d46255dd933d0155e31ac9cf01a8
View Articlehard switching
Hard switching occurs when there is an overlap between voltage and current when switching the transistor on and off. This overlap causes energy loss which can be minimized by increasing the di/dt and...
View ArticleDMA - RTOS integrating
Hello, I'm working with Tricore AURIX TC234. I'm trying to integrate an RTOS and everything is working until I add DMA transactions to the code application. Source destination address for the...
View ArticleXMC 4500 Ethernet failure
Hi shenj, Please try in the XMC_ETH_MAC_Init() function to add the following line at the end of the function: Code: ... /* Disable MMC interrupt events */...
View Article