Author |
Message |
Topic: Omron Pressure Sensor 2SMPB-01-01 problem... |
joseph
Replies: 3
Views: 8728
|
Forum: General CCS C Discussion Posted: Thu Jan 08, 2015 2:57 am Subject: Omron Pressure Sensor 2SMPB-01-01 problem... |
For beginning, thanks a lot for your reply..
So as you asked me, i share my code :
//-------Read 8bits register----------------------------
int8 read_data8(adress)
{
int8 data;
... |
Topic: Omron Pressure Sensor 2SMPB-01-01 problem... |
joseph
Replies: 3
Views: 8728
|
Forum: General CCS C Discussion Posted: Wed Jan 07, 2015 10:00 am Subject: Omron Pressure Sensor 2SMPB-01-01 problem... |
Hi everybody !
I'm trying to talk with a I2C pressure sensor (Omron 2SMPB-01-01) but i have some problems....
I use a development board Explorer16 from Microchip with a pic24f, a breakout board with ... |
Topic: 12f1840 and MCLR pin as input |
joseph
Replies: 2
Views: 6858
|
Forum: General CCS C Discussion Posted: Wed Apr 17, 2013 3:22 am Subject: 12f1840 and MCLR pin as input |
Hi,
i'm trying to use the pin a3 (MCLR) as a input on my pic 12f1840. In spite of NOMCLR fuse, the level applied on the pin control the reset.....
If anyone have an idea !
thanks in advance
CC ... |
Topic: Pwm frequency problem |
joseph
Replies: 2
Views: 4990
|
Forum: General CCS C Discussion Posted: Wed Oct 31, 2012 10:50 am Subject: Pwm frequency problem |
Hi,
I working on pwm system and I have a problem. I try to understand some things about the pwm frequency:
By computing, I should have 3.311 kHz but I see 6.5khz with a scope.
Where is the mistak ... |
Topic: Pic12f1822 and LVP..... and maybe fuses |
joseph
Replies: 3
Views: 9234
|
Forum: General CCS C Discussion Posted: Thu May 03, 2012 2:10 am Subject: Pic12f1822 and LVP..... and maybe fuses |
Hi,
Thanks for your reply.
So indeed, i talk about about the LVP Low Power Programming. I have read the part of datasheet and i wanted a confirmation about the fuses.
I try to program my pic ... |
Topic: Pic12f1822 and LVP..... and maybe fuses |
joseph
Replies: 3
Views: 9234
|
Forum: General CCS C Discussion Posted: Wed May 02, 2012 8:23 am Subject: Pic12f1822 and LVP..... and maybe fuses |
Hi,
I'm trying to program a pic12f1822 in low power mode but i become crazy !.
With a 18f2520, it's easy because you have a dedicated pin : rb5 "PGM", but when you use a little pic, you ... |
Topic: PLL and Pic12LF1822 |
joseph
Replies: 6
Views: 8907
|
Forum: General CCS C Discussion Posted: Thu Dec 08, 2011 4:56 am Subject: PLL and Pic12LF1822 |
The more recent version do best result...
1.114 to 1.120..... and no problem ! |
Topic: PLL and Pic12LF1822 |
joseph
Replies: 6
Views: 8907
|
Forum: General CCS C Discussion Posted: Thu Dec 08, 2011 3:24 am Subject: PLL and Pic12LF1822 |
my ccs version is 4.114
A problem with this version ? |
Topic: PLL and Pic12LF1822 |
joseph
Replies: 6
Views: 8907
|
Forum: General CCS C Discussion Posted: Wed Dec 07, 2011 10:19 am Subject: next.... |
If wrote
for(;;)
{
output_high(pin_a2);
delay_ms(10);
output_low(pin_a2);
delay_ms(10);
... |
Topic: PLL and Pic12LF1822 |
joseph
Replies: 6
Views: 8907
|
Forum: General CCS C Discussion Posted: Wed Dec 07, 2011 10:00 am Subject: PLL and Pic12LF1822 |
Hi,
I trying to make run my pic to 8 Mhz..... just blinking a led..
#include <12LF1822.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES MCLR //Maste ... |
Topic: RTC PCF2127 and some questions.... |
joseph
Replies: 1
Views: 3989
|
Forum: General CCS C Discussion Posted: Wed Oct 13, 2010 9:34 am Subject: RTC PCF2127 and some questions.... |
Hi,
I'm looking for someone who have already use the rtc pcf2127 from NXP. I have some question about pins and serial communication (SPI).
Say me if you can help me !
Thanks in advance |
Topic: Wakeup with WDT on pic 24f |
joseph
Replies: 0
Views: 2664
|
Forum: General CCS C Discussion Posted: Tue Sep 07, 2010 7:18 am Subject: Wakeup with WDT on pic 24f |
Hi,
I'm trying to wake up my pic 24fj128gb106 with a watchdog. But in spite of literature and a web exploration I don't know where I must begin.
May be Someone have do that and can help me ?
th ... |
Topic: How a can putc ( hexa value )..... |
joseph
Replies: 7
Views: 9749
|
Forum: General CCS C Discussion Posted: Mon Jun 14, 2010 9:25 am Subject: How a can putc ( hexa value )..... |
Exactly, i don't want use printf (it's embeded software), and i try to write my own function !
For the question of decimal value, the protocol say not decimal... only in hex
-> the value is 0x ... |
Topic: How a can putc ( hexa value )..... |
joseph
Replies: 7
Views: 9749
|
Forum: General CCS C Discussion Posted: Mon Jun 14, 2010 8:59 am Subject: How a can putc ( hexa value )..... |
i think you have not correctly understand my question, so i try to explain better.
1.My pic read position (hexa value) in a motor stepper controller.
2.I will send this value on RS232 with a prot ... |
Topic: How a can putc ( hexa value )..... |
joseph
Replies: 7
Views: 9749
|
Forum: General CCS C Discussion Posted: Mon Jun 14, 2010 8:16 am Subject: How a can putc ( hexa value )..... |
Thank for you aid...... If i have wrote this message, it's because i haven't find the answer on forum. so if you have a link or a precision, don't keep the information !
thanks |
|