connectEVE sample code for ATmega32

Post your requests and ideas on the future development of mikroC PRO for AVR.
Post Reply
Author
Message
josempita
Posts: 3
Joined: 24 Jul 2013 22:39

connectEVE sample code for ATmega32

#1 Post by josempita » 25 Jul 2013 08:54

Hi all,
So I've been playing around with the easyAVR development board which is pretty cool and "easy" to configure ... except when it comes to integrating with a connectEVE tft screen... I've tried the demo version of visual tft to generate the initialization code but I just can't seem to initialize the display correctly with the ATmega32 which comes with the easyAVR dev board... any chance we could get more avr samples for connectEVE, I see there are some example projects for xmega though ...

Thanks

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: connectEVE sample code for ATmega32

#2 Post by marina.petrovic » 26 Jul 2013 14:59

Hi,

I attached Visual TFT Hardware pattern for EasyAVR v7 + ATmega32 + ConnectEVE.

You just need to copy that XML file into:
Visual TFT Installation folder/Board Defs

and you will be able to choose that Hardware pattern in your Visual TFT and create some project for ConnectEVE.

As regards of ConnectEVE connection with EasyAVR v7:

- CS: PA5
- RST (PD): PA6
- SCK : from mikroBUS socket 1
- MISO : from mikroBUS socket 1
- MOSI : from mikroBUS socket 1

Best regards,
Marina Petrovic
Attachments
EasyAVR7_ATMEGA32_FT800.rar
EasyAVR7_ATmega32_FT800
(1.96 KiB) Downloaded 292 times

josempita
Posts: 3
Joined: 24 Jul 2013 22:39

Re: connectEVE sample code for ATmega32

#3 Post by josempita » 26 Jul 2013 15:35

Got it works great :D

thanks

janjr_gvk
Posts: 1
Joined: 13 Apr 2018 09:50

Re: connectEVE sample code for ATmega32

#4 Post by janjr_gvk » 13 Apr 2018 10:06

Good morning,

Thanks for the xml.
I connected the EVE as mentioned in previous post an made a very basic Visual TFT screen (just a different background color and a button). I can't get it to show anything. The connectEVE just shows a white screen. I does seem to initialize as it flickers a bit after reset. Using an oscilloscope I checked the signals and even though I don't know the exact data that has to be transferred it seems to be okay. O at least the SPI communication works.

Any suggestions?

Kind regards, Jan

User avatar
petar.suknjaja
mikroElektronika team
Posts: 683
Joined: 05 Mar 2018 09:44
Location: Belgrade

Re: connectEVE sample code for ATmega32

#5 Post by petar.suknjaja » 16 Apr 2018 17:31

Hi,
Have you been using the same setup (board, mcu) as above?
Can you post the code here for review?

Kind regards,
Petar

Post Reply

Return to “mikroC PRO for AVR Wish List”