bigdogguru
Administrator
- Joined
- Mar 12, 2010
- Messages
- 9,821
- Helped
- 2,350
- Reputation
- 4,694
- Reaction score
- 2,272
- Trophy points
- 1,413
- Location
- Southwest, USA
- Activity points
- 62,390
Well, the hardware not an issue here, just the time.
I got three systems in my office, Quad Core i7 2.8GHz and two Dual 3.6GHz XEON x64 systems, all three have 8GB of RAM.
And that's the small stuff, in the lab I've got some Big Iron.
You should give Assembly a try, the PIC 16F series only has 35 instructions all are single word. The beauty of a RISC processor is it's simplicity.
by the way 12F629 is 8kb of program memory space. right?
when we say program memory that is where our code instruction reside?
They are both only 8-pin MCUs and have only 1k words of program memory.
let's try my conversion skill1K words is equal to 2kb of program memory I think.
if Im correct maybe I understand..
by the way. what PIC has a built in EEPROM like 24CXX ?
2>In TIMER0 interrupt, if i use T0IE=1;
then it is enabled.
There after I disable it (T0IE=0
Then it is not enabling if i use T0IE=1;
Why it is like this ?
For testing, you can short the 'data out' and 'data in' of spi and then send any character. Then you will receive the same one.... Then you can send it to a PC via UART to verify it, or you can program your PIC in such a way that if received data is same as that of send data,then LED glows ..etc etc..
Yes it is also possible.. We can send data 'bit' by 'bit' followed by a 'clock' through any two GPIO pins by programming it accordingly .......But it may not be efficient like a hardware SPI.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?