ERU output
Hello, Each GPIO pin can support one of many possible alternate output functions. In the mentioned example, it is selected as an general purpose output and not as an ERU output (Alternate output...
View ArticleAlternate Functions Configuration on an XMC4700 Relax Kit Series MCU
Hello, The GPIO supports the following 2 output modes: 1) Push-pull Code: .mode = XMC_GPIO_MODE_OUTPUT_PUSH_PULL_ALT3, 2) Open drain Code: .mode = XMC_GPIO_MODE_OUTPUT_OPEN_DRAIN_ALT3...
View ArticleBCCU as another source of PWM
Hi All, Setup: XMC1300 bootkit, DAVE 4 Question : I would like to use the BCCU peripheral as additional PWM generators (9 should be possible). From what I have read from the documentation this should...
View ArticleHow to write data of arbitrary type into FLASH of XMC4400?
Hi, I did this Flash write and erase project on DAVE4. Pls give this a try. Attachment 1963 Attached Images Flash Write.JPG‎ (101.2 KB) Attached Files XMC45_Flash_Write.zip‎ (680.1 KB)
View Articlechange instance number of a Dave 3 app
Hallo, I've a short question to Dave3. Let's assume I have three IO004 apps (IO004/0, IO004/1, IO004/2, IO004/3) and i'm deleting IO004/2. Now, when I add another IO004 app, this one gets the instance...
View ArticleDefault Handler disrupting FreeRTOS program
Update: changing priorities to the ISR which serves the ERU event and the RTOS changes the behaviour. Here is a table which shows that changing the priority level things change. In the code there are...
View ArticleADC example in documentation - not working
Hi Travis, I looked at your example, but maybe I am just not understanding what you did, but I find it very hard following your code. Here I have very simple code and it just does not work Code: const...
View ArticleXMC4500...DMA and transfer of captured data from 32-bit timer
Hi again, I still haven't figured out how to solve the problem. Is what I'm trying to do even possible? Also I have an additional question concerning the "hardware"-connections in the XMC4500 (for...
View ArticleCannot connect to Demo Board
Hi Guys, I have a problem. My workspace is Dave 4. My Xmc4400 demo board cannot connect to my PC when I want to debug. Because the JLink has problem. the Dave System gave me the MSG below. Attachment...
View ArticleExample for PRNG
Hello, With the PRNG XMC lib, it is quite easy. The PRNG configuration needs to be defined first: Code: /* PRNG configuration */ XMC_PRNG_INIT_t prng_config = { Â .block_size = XMC_PRNG_RDBS_WORD,...
View ArticleXPSY in DAVE 4
Hi All, I am new to XMC, but just as an update, the example given in the help file within DAVE 4, under the "xSPY User Manual" is meant to be run on DAVE 3. Have I messed up my DAVE 4 installation or...
View ArticleXMC4500 speed up ISR of sync AD conversion
Hi Niclas, I allready had a look at the DMA. I also used this this document to configure it, but I faild several times and stopped working on it. Since my time for this project is limited and I need to...
View ArticleDAVE 4 - BLDC Support
Hello, Exists a date, when Dave 4 is supporting the BLDCs App (HALL sensors)? Thank you.
View ArticlePC-Lint and DAVE 4
Hi Scott, make sure that you supply PClint with all necessary Include information: The location of the project header files and where Dave had stored the gcc header files. You will find them in your...
View ArticleXmc4200 clocks
Hi Srikanth, Assuming you are using XMC4200-F64F256 AB model, here is its datasheet: http://www.infineon.com/dgdl/Infineo...3b3cf9b2816573 On page 34 it indicates that fSYS - system frequency - is 80...
View ArticlePWM output controlled from GPIO
Just curious what application are you working on which requires the PWM to be off immediately? Lastly i think you can make use of the CCTrap which turn off the PWM almost immediately and we use this...
View ArticleXMC_CCU8_EnableClock vs. XMC_CCU8_SetModule Clock + XMC_SCU_CLOCK_Init
Hello Andrey, As you mentioned, the two are different. XMC_CCU8_EnableClock() is used for enabling the module clock to CCU8. XMC_CCU8_SetModuleClock() is used for selecting the prescaler clock source...
View Articlecommon input clock for 3 counters in XMC1100
Hi, I would like to use one of the four counters in the XMC1100 to generate a common input clock for the other three counters. All four four should eventually run in PWM-mode. The reason is that the...
View ArticleSYSTICK configuration on XMC2Go
Hi, I hit the following issue in Dave4 while developing a program for the XMC2Go. I added and configured a DIGITAL_IO app as an input pin, attached to port 0.14. After this, it is not possible to add...
View Article