Problems with restarting a PWM using the PWM_CCX_stop/PWM_CCX_start routines
Hi, rather than leave this dangling I thought I would add my findings. In the function PWM_CCU8_start() in my case it was set to external sync start so it wouldn't restart. Instead you can use...
View ArticleXMC4400 Gating ADC
Hi, OK found the answer to my question. I needed to use slice CUU8_3, which I exposed by adding the CCU8_2 slice first. CCU8_3 slice has the ability to send it's timer_st1 signal to the gating input of...
View ArticleLinked list multi block DMA transfer with DAVE 4 / XMCLib
Hello Gents, I have the same problem, and Travis answer does not help. The latest DMA app (Dave 4) does nor have members ctl_l and ctl_h , but rather : typedef struct XMC_DMA_LLI { uint32_t src_addr;...
View ArticleISO1I813T - PCB foot print , symbol and application note with code
The symbol & footprint is available for free download here. Just choose OrCad as the download format. Hope that helps.
View ArticleIIC slave address and FIFO
Hi, Assuming IIC 10bit master transmit mode and FIFO mode, when the slave receives the slave address bytes, it can generate FIFO receive buffer event interrupt on slave?
View ArticleIIC SRR clearing
Hi, I'm studying the following code (this is the slave transmitter code) https://www.infineon.com/cms/en/tool...g/arduino.html RGB LED Lighting Shield with XMC1202 The code is under Learn...
View ArticleSettings for DC-syncronous (or SM+SYNC0) mode
Hi ctess, I understand that the DC sync is working but are you able to observe the SYNC0 pulsed signal ? I wanted to know how to probe this signal to verify on scope if all slaves have similar signal....
View ArticleCCU4 Inputs
Ok, now I think I get it. In the case of the example it's connected to event0 and event0 is mapped as start trigger.
View ArticleBreakpoint does not work Dave 4
Hello, I am using Dave 4, J-Link v610i to program the XMC4500 - relax lite kit. I tried to run the demo easystart program but the debugger does not work properly. Even if I set breakpoint in the main.c...
View ArticleETH_LWIP problem to send UDP in RTOS mode
Hi, Find attached an example of a very simplistic telnet server, e.g. only help and bye commands available. Regards, Jesus Attached Files 36_xmc4700_telnet_server.zip‎ (6.49 MB)
View ArticleDMA problem using two timers
Hi, I guess the problem is that the DMA channel 1 and DMA channel3 are competing trying to set the shadow transfer enable of the two PWMs. Instead just use one DMA channel and set the...
View ArticleBootloader for XMC1200
Hi, Please have a look to the bootstrap loaders (UART and SPI) in the reference manual. If those are not fitting your needs you can implement your own using the XMCLib support libraries, e.g....
View ArticleiLLD QspiDmaDemo error on TC277T
Hello, I'm trying to run the iLLD QspiDmaDemo on the TC277 Starter Kit. I already copied the neccassary files into an empty SW_Framework project in eclipse and built the project. However, after...
View ArticleCAN bus signals radar kit
Hello, I am currently using the 24GHz automotive radar development kit and have connected my radar kit to CANoe V8.5 via a Vector box VN7600. I am able to see messages being delivered in the Trace...
View ArticleUse DAVE with version control
Hi, is there a how to for using DAVE together with an version control? I want to use SVN for version control and now the question is which files have to be added to the version control and which one...
View Article3D Magnetic Sensor Output
Hey guys, I'm trying to read the data coming from the Infineon 3D magnetic sensor in C#/C++. Currently I'm sucesssfully connecting to the COM Port using the C# SerialPort class but I don't know how to...
View ArticleHow best to deal with Dave & Library updates?
I have presently build a program to run XMC1300 processor. It uses SPI Master. The SPI Master revision I'm using has a bug in that the byte offset of receiving bytes is off by 1. I have dwelt with this...
View ArticleHow to handle CCU timer wraparound in Capture mode?
Hi Frederik, CCU4 and CCU8 both can generate a period interrupt in capture mode. As an example see below. Code: #include <xmc_gpio.h> #include <xmc_ccu4.h> #define INPUT_PIN P1_2 const...
View ArticleSPI flash driver for XMC4500
Hello everyone, I currently try to setup the SPI flash driver as master on XMC4500 for an external flash device. Since output data (from flash device) is available from the falling edge of SCK, I am...
View ArticleApplication Kit TC2X7 - Flashing not possible after testing an example from...
Quote: Originally Posted by Camryn64 I appreciate the Technical Product Specialist. very cooperative.. other than I have faced this problem, you solved quickly Hi Camryn64, Thanks very much for saying...
View Article