Author |
Message |
Topic: Nokia 5110 driver |
pmaggi
Replies: 0
Views: 24739
|
Forum: Code Library Posted: Sat Aug 22, 2015 4:32 pm Subject: Nokia 5110 driver |
Hi, I found a couple of drivers in this forum for nokia 5110 lcd but all of them were mainly txt drivers. So I wrote this one that implements graphical functions like drawing pixels, lines, boxes, cir ... |
Topic: Errors writing to program memory in 16f1825 |
pmaggi
Replies: 8
Views: 14931
|
Forum: General CCS C Discussion Posted: Mon Apr 28, 2014 8:12 am Subject: Errors writing to program memory in 16f1825 |
Thanks, I just send 16 data bytes at a time, and don't send more until receiving the acknowledge from the pic. That part works ok, I'm able to write quite long pieces of code in free zones of memory w ... |
Topic: Errors writing to program memory in 16f1825 |
pmaggi
Replies: 8
Views: 14931
|
Forum: General CCS C Discussion Posted: Mon Apr 28, 2014 6:00 am Subject: Errors writing to program memory in 16f1825 |
Thanks, I will try this approach.
The loader is for a smart switch controlled trough RF. What I am trying to implement is a way of changing the firmware trough RF without having to take it apart.
... |
Topic: Errors writing to program memory in 16f1825 |
pmaggi
Replies: 8
Views: 14931
|
Forum: General CCS C Discussion Posted: Sun Apr 27, 2014 7:38 pm Subject: Errors writing to program memory in 16f1825 |
I tryed your code and it compile without any problem, but if I specify a 16f1825 instead of a 16f1826 it fails and says
*** Error 112 "prueba.c" Line 10(1,1): Function used but not define ... |
Topic: Errors writing to program memory in 16f1825 |
pmaggi
Replies: 8
Views: 14931
|
Forum: General CCS C Discussion Posted: Sun Apr 27, 2014 7:03 pm Subject: Errors writing to program memory in 16f1825 |
Thanks, I will upgrade the compiler and try it. |
Topic: Errors writing to program memory in 16f1825 |
pmaggi
Replies: 8
Views: 14931
|
Forum: General CCS C Discussion Posted: Sun Apr 27, 2014 3:25 pm Subject: Errors writing to program memory in 16f1825 |
Hi, I'm trying to make some kind of loader but I'm having problems writting into program memory.
First, I load the data in an array (dato_ld)
addr=make16(dato_ld[0],dato_ld[1& ... |
Topic: Supported devices |
pmaggi
Replies: 0
Views: 28559
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Mar 12, 2014 6:16 am Subject: Supported devices |
Hi, I have a couple of questions regarding the Mach X programmer.
Can, all PICs of 40 or less pins from the supported devices list, be programmed through the ZIF socket of the Mach X programmer?
... |
Topic: Driver for st7920 128x64 LCD |
pmaggi
Replies: 27
Views: 248190
|
Forum: Code Library Posted: Tue Aug 13, 2013 11:53 am Subject: Driver for st7920 128x64 LCD |
What caught my attention was the fact that originally the board was set to parallel mode by hardware, there was a 0 ohm resistor that pulled PSB to "1" and so it couldn't make it to work in ... |
Topic: Driver for st7920 128x64 LCD |
pmaggi
Replies: 27
Views: 248190
|
Forum: Code Library Posted: Tue Jun 11, 2013 8:09 am Subject: Driver for st7920 128x64 LCD |
In the display there is a pin marked as NC, and if I touch it, a lot of "noise" appears on the screen. I tied it to ground by a 22k resistor and all the problems disappeared...
Very strange ... |
Topic: Driver for st7920 128x64 LCD |
pmaggi
Replies: 27
Views: 248190
|
Forum: Code Library Posted: Wed Jun 05, 2013 8:30 am Subject: Driver for st7920 128x64 LCD |
Hi kaem1189
I am trying to implement a serial driver for a glcd (st7920 controller) using as an example the one that you posted here.
Basic mode seems to work ok, I can show text without problem.
... |
|