CCU4 Timer Concatenation Period Match Interrupt
Hi, if you read the data sheet carefully, you would find this "To enable a 64 bit timer, one should set the CC4yTC.TCE = 1 B in all the slices (with the exception of the CC40 due to the fact that it...
View ArticleXMC 4100 SPI Problem!
Hi, I am working on XMC 4100 SSC module, I have interfaced M95320(SPI EEPROM) to 4100 using SPI, the communication is successful for 10kbps baud rate as I am increasing the Baud rate up to 100kbps ....
View Article8 Pins from 1 Port with the XMClib
Is there a way to configure and read or set multiple pins from a port with the XMC_GPIO_... functions? These function only seem to work for single pins. I need to read 8 inputs at the same time. Do I...
View ArticleEMEM configuration registers
Hello all, the User Manual of tc27xD says the following in the LMU_MEMCOM.WSTATES Description Quote: See "Emulation Memory (EMEM)" on Page 4-6 for operational details But all I've found on Page 4-6 are...
View ArticleStrange result from CalcTemperature
I found out the answer myself, after some more searching around in directories and in the Keil IDE. For the record, the TSE library for Keil compiler is located here on the filesystem (this is...
View ArticleDAVE 4.1.4 and new supported XMC controllers
SOLVED! Even the installation is just some days old, I had to update Apps and device description. The Update worked without any problems. Now I can add the CAN App CAN_NODE 4.1.8. I let you know if a...
View ArticleInterrupt status flags
Are interrupt status flags automatically cleared upon executing the associated ISR or do they have to be manually cleared inside the ISR? I've been searching through the XMC1000 family reference manual...
View ArticleGet active on XMC, DAVE Forums and Be Rewarded!
Fancy an Apple Watch? Be our top contributing user on XMC Forum and DAVE Forum. Attachment 1855 What do we look for in a top contributor? Your user points, of course! Per the first post on this thread,...
View ArticleGet active on XMC, DAVE Forums and Be Rewarded!
Fancy an Apple Watch? Be our top contributing user on XMC Forum and DAVE Forum. Attachment 1856 What do we look for in a top contributor? Your user points, of course! Per the first post on this thread,...
View ArticleXMC retention memory in hiberante domain
Hello, Is there available some more information about XMC retention memory? More documentation, some example, access times... I am observing that writing access has variable time. What could be...
View Articlexmc4400 dma interrupt clear register
Sorry its non of my business but what is the purpose of this code? While DMA peripheral is in reset, you are clearing one of DMA registers?
View ArticleHOW does the VADC of XMC1302 work?
Hi xz307, I had made you an VADC example base on XMC1200 which I think should be helpful for your project. This example is similar to the Queue Synchronous for XMC4500 found in the below link except...
View ArticleXMC4500 software reset
You may use CMSIS function NVIC_SystemReset(); that should do it. rum
View ArticleUsing Safety EndInit and ACCEN registers to control protected registers
Hi, NOTE: I found the Solution by controlling not the safety endinit, but just the normal endinit. This has allowed the timer to start, and I then see interrupts, which is nice. I'm having trouble with...
View ArticleDAVE 3 SPI001_Configure() function problems and bugs
In case it is of use to others here is an example function to change the SPI peripheral configuration (in my case a D to A and a flash memory). Code: void SPI_Bus_Configuration( uint8_t Peripheral ) {...
View ArticleProblems with Kaspersky Anti Virus
Hi, Dave is OK when my antivirus software is desabled. Regards. Olivier.
View ArticleMatrix operations with GSL libraries
It should work, I also prototyped the KF first in Matlab and then implemented it in the microcontroller.
View ArticleXMC4400 pinout assignement Issues
Hi, I'm working whit a XMC4400-F100-K-512. In the XMC4400 datasheet, i can use CAN_N0_TXD on the 2.0 pin. With XMC Pin out tools 2.1.2, i can use CAN_N0_TXD on the 2.0 pin. BUT with DAVE 4.1.4, I can't...
View ArticleADC_AI.004 workaround additional details
Is this bug still inside the MCU or has it been fixed over the year?
View Article