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

learn more… | top users | synonyms

2
votes
1answer
165 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
166 views

STM32 program not executing

I am currently trying to make my own stm32 development board. i have stm32f100c4t6 microcontroller mounted on pcb. I am using Atollic True studio free edition. i had made small blink led program ...
0
votes
1answer
39 views

Value of FNOSC in the configuration of my code

I am using PIC24FJ64GA002 and I have configured my setting for PIC as following. ...
1
vote
0answers
74 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
54 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
100 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
586 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 ...
0
votes
0answers
114 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 ...