The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
72 views

Can someone help me complete this Verilog code for this sequential circuit?

I'm still pretty new to Verilog and all and could use some help completing/fixing my code for this problem. I have made the state diagram, state table/assignment, minimized the equation, and even have ...
-2
votes
0answers
48 views

vhdl module wrong result with quartus ii and nios ii

I have done a little vhdl module that's make to compare a variable with a constant on quartus, after that call this module with nios ii but i don't find good result i don't know why. I have good ...
1
vote
0answers
34 views

Question regarding X-CTU / Tera term software [closed]

I'm working with two ZigBee transceivers using an Arduino. I'm measuring the power of a circuit using the Arduino by some means and sending the data to my computer wirelessly through ZigBee. So the ...
0
votes
0answers
198 views

Example code for CSR1000 BLE central mode operation [closed]

I am trying to program a Cambridge Silicon Radio CSR1000 (datasheet) powered BLE module, the Rayson BTM800, to discover the peripherals around it and initiate connection. The uEnergy SDK provided by ...
2
votes
3answers
304 views

How to transmit ASCII over RS-232?

i want to display the voltage level through a Potentiometer over the serial comm line(RS-232) in pure ASCII. I am trying to do this using MC9S08AW60 on the Board-DEMO9S08AW60E. So, if the ...
15
votes
2answers
693 views

C coding design - function pointers?

I have a PIC18F46K22 and program it with the XC8 compiler. In the end, I'll have a system like a pc with stdin and stdout. So in ...
0
votes
1answer
100 views

Performing different actions on the same timer

I am working with MC9S08AW60 on the Board-DEMO9S08AW60E. I have written the following code to perform Serial Comm, LED sequence and Keyboard Tx-RX. ...