Hier sind die Librarys vom XMC2Go. Das ganze wird sich aber in Grenzen halten (weil ich für den XMC1100 nicht viel programmieren werde).
Mir ist der Aufwand einfach zu groß.
LISTE :
01 = System
02 = LED
03 = DIG_OUT
04 = DIG_IN
05 = ADC
06 = UART
07 = SPI
Projekte :
Auch zu diesen Libraries habe ich ein kleines Show Projekt erstellt und . Es geht dabei um folgendes Projekt:
- 16-Show (UPlay Basic Interpreter per XMC2Go)
Top, spart mir etwas Arbeit =)
Eine schöne Starthilfe hast du hier zusammengestellt.
Vielen Dank!
Das erleichtert den Start doch etwas.
Dankeschön!
I am working on SPI interface, could you please tell me with which device are you communicating using SPI. If possible can you give some ReadMe for the project setup and testing
i have tested the spi with a lcd (SSD1331)
that’s a graphic display with 96 x 64 pixel
and it works for me
Hi i am working on SPI interface, could you help in making setup and testing with XMC2Go
include the library
then first : call once the “XMC2GO_Spi_Init”
and then to read/write one byte : call “XMC2GO_Spi_SendByte”
hint : the settings are SPI-Mode=3, Speed=500kHz
if you need a chipselect signal you have to insert
a “GPIO_LO” befor the read/write and a “GPIO_HI” after the read/write
Hmmm, genau das gibt es direkt von Infineon, heisst XMClib. Unterschied: wird professionell gepflegt und im XMC-Forum auch professionell unterstützt und auch eingesetzt. Läuft mit gcc, Keil, … und vielen anderen Compilern – und natürlich auch in DAVE (bei der v4 ist es automatisch dabei).
Vor allem funktioniert die Lib mit _allen_ XMC Typen / Peripherals und man kann auch Pins konfiguirieren u.s.w… Ach ja, Doku/Beispiele/… ist auch dabei…
Siehe hier als Download: http://www.infineon.com/cms/en/product/channel.html?channel=db3a30433580b37101359f8ee6963814
gab es die auch schon im April 2014 ?
Yup, erste offizielle Release gab es im Februar 2014.
Sorry – falsch. War 2/2015. Die History im mitgelieferten readme.txt stimmt nicht, im mitgelieferten PDF ist das richtige Datum…