-
Hey Im using the BT817q with the ATxmega384C3,
maybe im just to stupid to use the lib, but i really dont know where to start here. I need a guide at this point :/ |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 53 replies
-
changed something still dont work here are the display configuration:
for testing i have a FT813 to get the code running, i will change the eve_gen as soon as i change the device |
Beta Was this translation helpful? Give feedback.
-
Is there anything else available for this "tft-dx50ip29-40" display? I never heard of it and Google does not return anything usefull either. I never really worked with any ATXMega as these were pretty much already were dead before Atmel was sold, But first I would check if the SPI is really up and running with a Logic Analyzer. |
Beta Was this translation helpful? Give feedback.
-
The configuration really is nothing special, most of the 800x480 I have profiles for use these timing settings. What happens when you leave the while(1) empty? Without the target controller there is not so much I can do. |
Beta Was this translation helpful? Give feedback.
-
Die Signale sehen ja grausam aus. :-) |
Beta Was this translation helpful? Give feedback.
-
Den PD Pin verdrahte ich normalerweise und benutze den auch. Wenn Du den nicht angeschlossen hast kannst Du den ja auf einen freien I/O Pin legen, oder auf einen Pin auf dem eine LED hängt oder so. Wenn das die ersten Bytes aus der Bascom Library sind, dann stimmt da was nicht. Und das auf MISO was kommt bedeutet der Chip läuft schon. |
Beta Was this translation helpful? Give feedback.
-
Ich bin nur neugierig, ist irgendwie eine Berufskrankheit. :-) Für den BT817 braucht Ihr auf jeden Fall einen Quarz, zumindest laut Datenblatt hat der den internen Oscillator nicht mehr. |
Beta Was this translation helpful? Give feedback.
-
Ich hatte vorhin noch eine Idee wegen des Problems das für eine Custom-Configuration die EVE_config.h angepasst werden muss.
Man defininiert dann in den Projekt-Einstellungen das Macro mit dem Datei-Namen, z.B. so: Und die mycfg.h die ich gerade verwende sieht so aus:
|
Beta Was this translation helpful? Give feedback.
ok wird mir aber nicht angezeigt beim Oszilloskop, komisch bei c jedoch ist mir aufgefallen das bevor 0x20 0x30 0x00 noch
0x68 0x00 0x00, 0x44 0x00 0x00, 0x00 0x00 0x00 kommt sollte ja der software reset sein
HAB EIN BILD!!!!!!
hab den define für 0x44 zu 0x48 geändert.
kann es sein das ich durch EVE_GD3X immer 0x44 schickt? auch wenn eve has crystal nicht im code ist?