Author |
Message |
Topic: PIC18F67J94 + sleep |
Andmo
Replies: 6
Views: 14452
|
Forum: General CCS C Discussion Posted: Tue Nov 07, 2017 1:26 am Subject: PIC18F67J94 + sleep |
Thanks i changed it. |
Topic: PIC18F67J94 + cdc + unknown device |
Andmo
Replies: 2
Views: 8976
|
Forum: General CCS C Discussion Posted: Tue Nov 07, 2017 12:53 am Subject: PIC18F67J94 + cdc + unknown device |
Hello
I have a program with an internal clock and a sosc 32 KHz and everything works, but when i connect to the PC it doesn't see the device.
main.h
#include <18F67J94.h>
//#include ... |
Topic: PIC18F67J94 + sleep |
Andmo
Replies: 6
Views: 14452
|
Forum: General CCS C Discussion Posted: Tue Nov 07, 2017 12:22 am Subject: PIC18F67J94 + sleep |
So now it works.
main.h
#include <18F67J94.h>
//#include <18F67J50.h>
#device ADC=16
#FUSES NOWDT //No Watch Dog Timer
#FUSES STVREN //St ... |
Topic: PIC18F67J94 + sleep |
Andmo
Replies: 6
Views: 14452
|
Forum: General CCS C Discussion Posted: Fri Sep 29, 2017 3:24 am Subject: PIC18F67J94 + sleep |
Compiler Version 5.074 |
Topic: PIC18F67J94 + sleep |
Andmo
Replies: 6
Views: 14452
|
Forum: General CCS C Discussion Posted: Fri Sep 29, 2017 3:23 am Subject: PIC18F67J94 + sleep |
Hello
I have a problem with the PIC18F67J94. If i want to go to sleep the PIC need 5mA during the sleep mode.
In the schematic i have only a PIC with 32kHz at the sosc for RTCC and an internal Cloc ... |
Topic: SST26 Flash Driver |
Andmo
Replies: 6
Views: 24280
|
Forum: General CCS C Discussion Posted: Fri Jun 30, 2017 1:46 am Subject: SST26 Flash Driver |
Thanks a lot for your info. I need a simple memory. I tested with the SST25 Driver from CCS and it works.
Thanks |
Topic: SST26 Flash Driver |
Andmo
Replies: 6
Views: 24280
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 11:35 pm Subject: SST26 Flash Driver |
Hello
I am looking for a driver for the flash memory SST26. Can I modify the driver from SST26 or has someone modified it?
Danks |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Fri Mar 04, 2016 7:05 am Subject: I2C clock manual to ground by a interrupt |
If i do this it works fine.
i2c_start(); // Start condition
i2c_write(0xB6); // (Sla ... |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Fri Mar 04, 2016 7:00 am Subject: I2C clock manual to ground by a interrupt |
This with the length of the cable is not the problem. The problem is that i dont no how i do the hardware i2c and handle the interrupt. |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Fri Mar 04, 2016 5:26 am Subject: I2C clock manual to ground by a interrupt |
Sorry PIC18F97J94
Yes He has 2 hardware I2C
I have a 2.2K Pull-up but the bus-kabel is about 4meter. Its a MLX90615 Sensor. |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Fri Mar 04, 2016 4:13 am Subject: I2C clock manual to ground by a interrupt |
I put this on the main.h
#use I2C(Master, sda=PIN_C4, scl=PIN_C3,FAST=100000)
If i put a Force_HW on the line, it doesn't work. Why? |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2016 11:26 pm Subject: I2C clock manual to ground by a interrupt |
I don't understand this! I had attached a Oscilloscope picture.
The yellow is the Interrupt and the red is the clock.
[img] https://www.dropbox.com/s/brxsdv9chnt8oan/SCRN0105.BMP?dl=0 [/img] |
Topic: I2C clock manual to ground by a interrupt |
Andmo
Replies: 13
Views: 20245
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2016 8:17 am Subject: I2C clock manual to ground by a interrupt |
Hello
Sorry for my english. I have a problem with the I2C connection.
I read a MLX90615 and when a Interrupt comes, the clock SCL go at last Clock not back to Ground (during the Interrupt). Can ... |
Topic: PIC18F97J94 and INT_RDA |
Andmo
Replies: 2
Views: 7052
|
Forum: General CCS C Discussion Posted: Mon May 04, 2015 12:39 am Subject: PIC18F97J94 and INT_RDA |
Hello
How can i make a INT_RDA with the PIC18F97J94? This PIC has no Hardware UART on specifed Ports?
#use rs232(baud=9600,parity=N,xmit=PIN_J4,rcv=PIN_J5,bits=8,stream=gps_position,ERRORS)
... |
|