Questions about programming parts (FPGAs, Flash, etc.) Many software programming questions should be asked instead on Stack Overflow.

learn more… | top users | synonyms

0
votes
3answers
106 views

What do I need to program an ATmega 168?

I use AVR Studio for my compilation and c/c++ code (not arduino).So far I have used a Atmega 2560 development board provided by Nex robotix. I have ISP programmers of the following sorts... AVRISP ...
-3
votes
3answers
62 views

Why Hex code not Uploading in Proteus?

I am unable to upload hex code in proteus and get a pop up saying I did this :- Picked up a PIC16 MCU added up a HEX file of the code i created (It is a simple blink code, code is working fine) ...
2
votes
1answer
186 views

Programming to read X-10 over USB or Serial

Does anyone here have experience writing a program that would receive signals from Visonic, or other X10 sensors such as door detectors or motion detectors? Essentially, I would like to write a ...
0
votes
1answer
77 views

Value of FNOSC in the configuration of my code

I am using PIC24FJ64GA002 and I have configured my setting for PIC as following. ...
0
votes
1answer
657 views

Program a PIC16F877A using VB.NET

I have bought a PIC16F877A microcontroller and its board before and since then, I haven't used it much because I don't really have enough time and patience to learn C. I was thinking to buy a ...
1
vote
0answers
66 views

Electronics Circuits Simulator Framework?

Is there a framework for circuits simulation that I can use through easy APIs? and return me an array of results for each component? I want to build an android based simulator, so a java framework ...
1
vote
0answers
38 views

How to debug error of “unknown type name __progmem__”?

I'm using atmel studio 6.1 with a code containing but on compilation conpiler gives error as mentioned above and after googling error,I found that this variable progmem has been depriciated,but no ...
1
vote
0answers
80 views

Coupled LC Resonator in MATLAB

I am designing a dual-mode resonator with the following Circuit Model and Frequency Response! ADS Circuit Model: Frequency Response: I need help with the modelling of my circuit model in ...
1
vote
0answers
76 views

zigbee Range protection

I have a problem with zigbee project. Two things have to work : 1) zigbee range should be minimized to 10m from 100m 2) If a zigbee node moves out of zigbee network, then it should be sensed by ...
0
votes
0answers
37 views

How do I program a serial EEPROM IC using a raspberry Pi?

I am trying to program the 25L12835F Serial EEPROM with the firmware of the Pineapple WiFi router. I have the u-boot.bin file from Alfa. I have tried a programmer from eBay, but the software is unable ...
0
votes
0answers
81 views

API vs Register based programming in ARM based controller

I am working with Stellaris LM4F232H5QD. Should I use Stellaris API or Register based programming, for example, to work with UART. I found - using APIs to program simplifies the work, but poor ...
0
votes
0answers
46 views

Programming an MCU with lpc21isp

I am attempting to move a precompiled binary file (with C code in it) from my mac to my LPC1313FBD48. What steps would I take in order to move the file, and load it onto my MCU so that when I apply ...
0
votes
0answers
156 views

Store data in built-in Flash of PIC at runtime using C code

I am designing PIC16F877a based project that counts the number of people in a room and turn ON the relays in accordance with that number like if 5 persons in a room then One relay would be ON. I want ...
0
votes
0answers
108 views

NetFPGA testbench

I'm aware of the normal way to build a new project for verilog and I'm aware that normally the projects are initiated with a script, however; can I ask if their are any standalone testbenchs that I ...
0
votes
0answers
116 views

TI eZDSP configuration issues

I am trying to get the eZDSP module from TI working on my computer using this quickstart guide. I have installed CCS from the included DVD and fully updated it. On page 4, it describes building a ...