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.

Can I see the Library in mikroC PRO for AVR

Status
Not open for further replies.

susmimu

Junior Member level 3
Joined
Sep 5, 2012
Messages
30
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Dhaka, Bangladesh
Activity points
1,461
I am familiar with mikroC PRO for AVR. I have done some project by use it. Now I am shifting to ATMEL Studio6. In mikroC I used some libraries like LCD, TWI, ADC, EEPROM etc. all these library code is hidden. Is there any way to see it? or where can I get these kind of open source libraries for ATMEL Studio?

Regards

Hasan
 

In mikroC I used some libraries like LCD, TWI, ADC, EEPROM etc. all these library code is hidden. Is there any way to see it?

Unfortunately no, which is one of the major downsides of using any of the MikroC products. MikroE has went out of their way to conceal the source code of all their libraries.

The best you can hope to do is disassemble the compiled code and analyze it in assembly language form.

or where can I get these kind of open source libraries for ATMEL Studio?

There are numerous open source libraries which provide facilities for using LCD, I2C (TWI), ADC, EEPROM, etc.

And of course, you can always write your own, which is not too difficult and allows you to add and remove features as you see fit.

BigDog
 

"There are numerous open source libraries which provide facilities for using LCD, I2C (TWI), ADC, EEPROM, etc."
could you send me some links?

- - - Updated - - -

Thank you Alex
Thank you BigDog
 

Use google, you will get plenty of results.

search for i2c avr library, spi avr library, lcd avr library etc
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top