I am a beginner and i have started working on arduino and ic's.
I have to add code to atmel M90E32AS ic but not able to add its board in the arduino ide,Can someone please tell how to add the board or any other way to code atmel ic?
I moved your topic to an appropriate forum category @harshit772k.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
The Microchip website has a datasheet for the M90E32AS and describes the chip as:
Enhanced Poly-Phase High-Performance Wide-Span Energy Metering IC
The datasheet says it has a 4-wire SPI interface.
It's highly unlikely that there will be a board specifically with this chip on it. Maybe Atmel / Microchip have an evaluation board that uses on of the AVR microcontrollers and you may be able to use it that way. Consult your documentation to see if that is the case.
Otherwise you would be looking to see if somebody has created an Arduino library to support the M90E32AS chip. You maybe in luck if this is the library that supports your chip:
Note that the chip runs at 3.3V so you would need logic level shifters if you wanted to use an Arduino UNO for example.
This app note may help you out as well.
Can you suggest some resources for coding an ic?
How to add the json file from the git link to aurdino ide?
You don't add the JSON file. You are installing a library not a board
Download the ZIP file from the GitHub <>Code link. Then, in the IDE use Sketch/Include Library/Add ZIP Library
So like how to put the basic led code on atmel ic since no board is showing when i am using my aurdino uno as isp
The chip you have isn't a microcontroller. You can't load code onto it as far as I can see. You need a microcontroller to run the code on so that it can talk to your IC to configure it and extract the measurements you want.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.