CMSIS_RTOS_RTX problem with timers
IN my case, it is FATFS and SDMMC. FATFS itself works, RTX itself works. When I put them together, I got error (Default Handler) or Stackoverflow (caused by Mutex Take ) and eventually the task for...
View ArticleXMC4400: How to recover from E_EEPROM_XMC4_STATUS_ERROR_OLD_DATA ?
My question is about how to recover from E_EEPROM_XMC4_STATUS_ERROR_OLD_DATA in an application with a XMC4400 microcontroller. I use the E_EEPROM_XMC4_0 app to store some data in flash, that must...
View ArticleLWIP with DP83848Q-Q1 on XMC4500
Hey Nick, I just did almost the exact thing you described and my relax kit is ping-able. What I found out while preparing the project was that for the App with no RTOS you're supposed to call the...
View ArticleI don't know what's the problem (Undeclared, first use in function)
Thanks Niclas! I knew it was something that simple. You've saved my nerves a lot. This thread is closed, but I'd keep it for future newbie users of my kind :) Have a nice day!
View ArticleI2C to any Pin or Software I2C
Hello, I have designed PCB with a XMC4400 uC (XMC4400-F100x512) where i have to use P5.2 (#56) as SCL and P5.0 (#58) as SDA to a I2C Memory However that two Pins cannot be assigned to an I2C app in...
View ArticleSPI clock setting for XMC4500
Hi, I know DAVE gives me a good suggestion. Thank you for your good answer. Best regards, Kazunari Hayashi TOMEN Electronics Corp.
View ArticleXMClib SDMMC example
Sorry, without chaning the code. It did work for me. I need FreeRTOS ( for the moment, it is not a problem to use RTX), FATFS and SDMMC SD mode. As I have written in posts for help, It did not work...
View ArticleCRC_SW_EXAMPLE_XMC13 example
Hi, After downloading the CRC_SW_EXAMPLE_XMC13 example, I see that UART_0/Advanced settings/Protocol handling configured for interrupt (transmit mode and receive mode) however I don't see any USIC...
View ArticleUDP example?
Hi I´m trying to send UDP packet on XMC4400 and I don't understand how to do it. Can anyone provide some documentation or example on this area? Many thanks in advance! Elin
View ArticleRequest for fully operational UDP Example on the Relax Kit (XMC4500)
Dear csmith and sophia , I could not run the ETH003_Example1.zip on XMC4500 F100x1024. I am using DAVE4. I have inserted ETH_LWIP_0 app to the project and have modified Pin Assignment according to...
View ArticleEther CAT capacity
We need a bus communication that requires a minimum of CPU core time and interrupts. How much of the Ether CAT is realized in HW? Is there a chart for USB etc of code required. Many thanks in advance!...
View ArticleXMC1300_Flash emulated eeprom question
Greetings, I am now working on sample code E_EEPROM_XMC1_EXAMPLE_XMC13, the sample could run properly on my 1300 boot kit, now I am eager to know could I use "memory monitors" that DVAE4.1.2 provided...
View ArticleHow I can see the xmc_debug message in DAVE debug console?
HI, For semihosting, please follow the instructions given in the following thread. https://www.infineonforums.com/threa...ing-in-DAVEv4? In your application, could you please add the following lines to...
View ArticleMay, 17, 2016 Patch Release of DAVE, Device Description and Device Support Pack
Hi, Thanks for reporting. Indeed is in an error. Fortunately it does not affect the functionality. It has been corrected and will be available in the next release planned for end of July. BTW:...
View Articleswitching SPI clock frequency for two slaves
Dear, our target design has one SPI master in XMC4500 connected to two SPI slaves. The frame length of one slave is 16bit, the other is 24bit. I think that DAVE generator cannot support different frame...
View ArticleTCP Retransmissions and TCP Resets on XMC4500 with webserver from DAVE Apps
HI Michael, Thank you for reporting this. We have modified the code and updated the example. Find attached an updated project which passed the stress conditions stated by the user. Changes: - Update to...
View ArticleGet active on XMC, DAVE Forums and Be Rewarded!
Attachment 2395 apereira Congratulations apereira, the winner of the Apple Watch in the XMC and DAVE Forum event. He has earned the most number of user points and reputation points combined! Thank you...
View ArticleGet active on XMC, DAVE Forums and Be Rewarded!
Attachment 2396 apereira Congratulations apereira, the winner of the Apple Watch in the XMC and DAVE Forum event. He has earned the most number of user points and reputation points combined! Thank you...
View ArticleXMC4300 SPI master configuration
Hello, I am trying to use a XMC4300 instead of a XMC4800 for SPI communication. This code is working on a XMC4800, I changed the pin configurations. Could you tell me is something wrong ? Here my code...
View Article