Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Actel Fusion 1500 Embedded development kit

Status
Not open for further replies.

Booleano

Junior Member level 1
Joined
Jun 9, 2009
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,401
actel i2c vhdl

Hi,
anyone can provide sources for a working project managing the Pacer OLED
on this kit? libero and softconsole sources

Thx!

B.
 

corei2c example

Hi,
thanks for the reply, but i've already checked the
tutorial and there isn't an implementation of OLED driver.
Also the tutorial seems not to work with the latest version of cores....


Thx again


B.
 

oled development kit

Hi,
You can write your OLED driver.I suggest few steps,please take a look at it,it may help you:

1.start with studying the Actel CoreI2C ipcore,OLED interface in this kit is I2C,you will need the I2C master to access OLED.

2.Go through all the command to control and configure the OLED.

3.Try to initialize and clear the display.

4.If you know the VHDL,the VHDL code to access OLED is available for IGLOO ICICLE kit ,download it and see how to send the commands.

5.In last,write your own instruction in C language to display the text on OLED.Please note one more thing,OLED has no internal character generator,you will need the fonts to display the characters.I suggest 5x7 fonts for it.But you may use whatever you like.

Let me know if you have any problem with this.

regards,
Shitansh
 

actel fusion evaluation board

Thanks for your suggestion,
i've made it working, i've just corrected a bug in my design (forgot tristate buffers on i2c :-( ).

Thx for your help

B.
 

actel fusion posts

Hi Booleano!

I´m just wondering... how you connected those tristate buffers on i2c lines?

Thanks,

Jarno
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top