XMC2Go-Librarys

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)

11 Antworten auf XMC2Go-Librarys

  1. Marcel P sagt:

    Top, spart mir etwas Arbeit =)

  2. Martin sagt:

    Eine schöne Starthilfe hast du hier zusammengestellt.
    Vielen Dank!

  3. Dominik sagt:

    Das erleichtert den Start doch etwas.
    Dankeschön!

  4. 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

    • admin_ub sagt:

      i have tested the spi with a lcd (SSD1331)
      that’s a graphic display with 96 x 64 pixel
      and it works for me

  5. Mamatha Yakkegondi Virupakshappa sagt:

    Hi i am working on SPI interface, could you help in making setup and testing with XMC2Go

    • admin_ub sagt:

      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

  6. XMC User sagt:

    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

    • admin_ub sagt:

      gab es die auch schon im April 2014 ?

  7. XMC User sagt:

    Yup, erste offizielle Release gab es im Februar 2014. ;-)

    • XMC User sagt:

      Sorry – falsch. War 2/2015. Die History im mitgelieferten readme.txt stimmt nicht, im mitgelieferten PDF ist das richtige Datum…


Wie hat Dir dieser Artikel gefallen?

1 Stern2 Sterne3 Sterne4 Sterne5 Sterne (Noch keine Bewertungen)
Loading...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert