XMC1300 POSIF module
Hi, Im programing one app with 1300 boot kit and I cant find an example. I want to use the posif module to count the signal of a linear encoder. I have A, B and Index signals and these ones are...
View ArticleEagle CAD files for XMC4000 devices
Hello! I am drawing schematics of a board that will include an XMC4500. We are still not sure if it will be the XMC4500-F100x1024 or the XMC4500-F144x1024 Is it possible to get the Eagle CAD...
View ArticleStart-up procedure
I am searching for a proper MOSFET and I am really confused regarding IC start-up. What is the Start-up procedure for IC start-up? Please Help:)
View ArticleCan the DAVE3 update the watch expression automaticly?
Hi, You can either try with XMC uC/Probe or Ozone debugger from Segger. Regards, Jesus
View ArticleEEPROM XMC11 Error Handling
Hi Andi, Before calling the mentioned functions make use of E_EEPROM_XMC1_GetStatus(). If the returned value is E_EEPROM_XMC1_BUSY, you should wait until the busy status is gone before trying to write...
View ArticleStack Analyser for XMC4500
Hi, have a look to https://www.iar.com/support/resource...m-reliability/ and http://stackoverflow.com/questions/6...ystem-with-gcc Regards, Jesus
View ArticleGPDMA - Source transaction complete interrupt if source is a peripheral
Hi, You can do but the event will signal that the last data has been taken from source (and stored in the FIFO) but it does not mean that is available in the destination. Regards, Jesus
View Article1-Wire interface
Hi, yes i have some code for the DS18B20 Sensor with the xmc4500. Thats working with DAVE 4 Apps (Digital IO). I could share it over dropbox or you give me your mail adress. Best regards Andi
View ArticleC161P Timer Interrupt doesn't escape from IDLE, Should it?
The system was entering sleep mode and not idle. In Idle mode only the CPU is stopped. In Sleep mode both the CPU and the peripherals are stopped. Thus the TIMER6 was stopped and couldn't interrupt....
View ArticleWhat is the compare in Lockstep from AURIX.
Could anyone please explain the basic working of Lockstep at Hardware level? Whether a lock step capable core(e.g. Core0 in TC275) has additional sub-core (or CPU) apart from the main core to execute...
View ArticleFailure and Discussion BB JG 2014 (5. Semester)
Welchen Link habt ihr genau der nicht funktioniert? Was haltet ihr vom PID Regler der in der FlyingPCB Software eingebaut ist?
View ArticleAufgabenstellung 2.2 Evaluierung Drucksensor DPS310
In der Datei https://github.com/thesourcerer8/Fly...PS310/DPS310.c wird in Zeile 11 die Variable pressure definiert. In der Zeile 20 wird sie von der Funktion getPressure() geholt. Die getPressure()...
View ArticleSPI Use inside a Timer interrupt
My opinion: It is possible to place any code inside the interrupt, given the code doesn't rely on another interrupt whose priority is lower than the host ISR. Otherwise there will be dead lock. Does...
View ArticleIDC_LINK_MEASUREMENT for XMC1302 custom board
Could you post a picture to illustrate the hardware change. It would help us to understand your problem.
View ArticleXMC4800 TSL client sample code
No, the socket API is not included in that demo. Instead a library are provided. But it should be not very complex to port the LWIP if you need the socket API. Attachment 2805 ?????...
View ArticleXMC1100 ADC Internal reference
I also have difficulty to understand this "lower range" and "upper range". It seems to be configured according to your supply power voltage. Attachment 2806 ????? in_ref_range.png (40.5 KB)
View ArticleFIFO Transmit works only with delay after putting data into FIFO
I also have the same problem for the FIFO. Now I am settled on the delay and hope to figure out the issue later.
View ArticleXMC1302 UART reconfiguring method
You could try to just undo the previous initialization and configure it again. The function is blank, but you could add your own code there.
View Article