Author |
Message |
Topic: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
rvalor
Replies: 5
Views: 7837
|
Forum: General CCS C Discussion Posted: Mon Jan 19, 2015 4:32 am Subject: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
Hello
I've been working on this issue a couple of days but I'm still unable to solve it.
I'm convinced that the problem is in my computer. I've tested my device in another Windows 8.1 x64 machi ... |
Topic: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
rvalor
Replies: 5
Views: 7837
|
Forum: General CCS C Discussion Posted: Wed Jan 14, 2015 6:34 am Subject: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
Hi Ttelmah. Thank you for your response.
I've been checking my hardware and I already have installed series resistor in each line as close as possible to the microcontroller. Mines are 33R. I've ... |
Topic: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
rvalor
Replies: 5
Views: 7837
|
Forum: General CCS C Discussion Posted: Tue Jan 13, 2015 3:27 am Subject: CDC on Windows 8 x64 with cdc_NTXPVista78.inf |
Hello,
I've been developing a device for academic usage that uses a CDC bootloader. The application code also can communicate with USB.
The microcontroller used is PIC18F66J50. When in USB mode ... |
Topic: PIC 18F67J50, CCS 4.104, Strange problem with A/D converter |
rvalor
Replies: 4
Views: 10966
|
Forum: General CCS C Discussion Posted: Fri Jan 28, 2011 8:03 am Subject: PIC 18F67J50, CCS 4.104, Strange problem with A/D converter |
Hello newguy.
I'm not storing data in the internal PIC memory. I use a 24LC512 external memory.
When data must be stored I disable all the interrupts in order to avoid problems in the timing of th ... |
Topic: PIC 18F67J50, CCS 4.104, Strange problem with A/D converter |
rvalor
Replies: 4
Views: 10966
|
Forum: General CCS C Discussion Posted: Fri Jan 28, 2011 3:24 am Subject: PIC 18F67J50, CCS 4.104, Strange problem with A/D converter |
Hello everybody,
I'm using a PIC18F67J50 to measure temperature using thermistors.
First of all I calibrate the AD (a functionality of this PIC AD converter...)
My AD converter configurati ... |
Topic: Problem with a parameter in a function call... |
rvalor
Replies: 3
Views: 6153
|
Forum: General CCS C Discussion Posted: Wed Nov 17, 2010 5:08 am Subject: Problem with a parameter in a function call... |
In a first time I though that was the problem and tried to check this...
But in the .SYM file I see this:
654 get_str.i
655 get_str.@SCRATCH1
656-659 @PRINTF_L32D_82FPFPF.P1
656-659 ... |
Topic: Problem with a parameter in a function call... |
rvalor
Replies: 3
Views: 6153
|
Forum: General CCS C Discussion Posted: Wed Nov 17, 2010 3:48 am Subject: Problem with a parameter in a function call... |
Hello everybody
I've a function that configures the AD. It accepts as a parameter the channel to be converted. This function is called "Convierte_Canal"
float Convierte_Canal(char ... |
Topic: MRF24J40 problems with Acknowledgment... |
rvalor
Replies: 5
Views: 16547
|
Forum: General CCS C Discussion Posted: Mon Jul 19, 2010 3:45 am Subject: MRF24J40 problems with Acknowledgment... |
My receiver only accept the frame in promiscuous mode
In both normal and promiscuous modes, packets are stored in the rxnormal buffer unless they have a bad CRC (page 106 in MRF24J40 datasheet). ... |
Topic: MRF24J40 problems with Acknowledgment... |
rvalor
Replies: 5
Views: 16547
|
Forum: General CCS C Discussion Posted: Wed Jul 14, 2010 7:59 am Subject: Sorry, I found the solution... |
I found a solution, after pulling up and down the WAKE pin, a RF reset is needed:
OUTPUT_HIGH(WAKE);
delay_ms(3); //delay of at least 2ms
OUTPUT_LOW(WAKE);
//Reset RF ... |
Topic: MRF24J40 problems with Acknowledgment... |
rvalor
Replies: 5
Views: 16547
|
Forum: General CCS C Discussion Posted: Wed Jul 07, 2010 9:54 am Subject: MRF24J40 problems with Acknowledgment... |
Hello people in this forum¡
I'm working with the MRF24J40MA module, I communicate two devices, both PAN coordinator. One is the transmitter and the other the receiver. The communication works fine ... |
Topic: Hello, a small question about MRF24J40MA... |
rvalor
Replies: 0
Views: 2064
|
Forum: General CCS C Discussion Posted: Tue Jun 29, 2010 8:25 am Subject: Hello, a small question about MRF24J40MA... |
Hello,
Is there anybody working with MRF24J40MA??
I'm working with a couple of MRF24J40MA and I have a question about the "Frame control Field" in the IEEE 802.15.4 packets.
In ord ... |
Topic: PIC 18F87J50 and OSCTUNE register for USB settings [solved] |
rvalor
Replies: 1
Views: 4961
|
Forum: General CCS C Discussion Posted: Fri Dec 04, 2009 4:40 am Subject: Problem solved¡¡¡ |
Hello everybody,
I've solved the problem:
The correct fuse to configure the PLL is the
#FUSE H4_SW //High speed osc with SW enabled 4x PLL
then
#FUSES PLL2 //Divi ... |
Topic: PIC 18F87J50 and OSCTUNE register for USB settings [solved] |
rvalor
Replies: 1
Views: 4961
|
Forum: General CCS C Discussion Posted: Fri Dec 04, 2009 4:22 am Subject: PIC 18F87J50 and OSCTUNE register for USB settings [solved] |
Hello everybody¡¡
I'm working with the 18F66J50 and the 18F87J50 PIC micros.
I'm trying to configure the USB at 48MHz and I've done this:
I use 8Mhz crystal ------> I need to convert it ... |
Topic: Use the MCLR pin as a digital input???? |
rvalor
Replies: 3
Views: 5321
|
Forum: General CCS C Discussion Posted: Thu Jul 16, 2009 7:47 am Subject: Use the MCLR pin as a digital input???? |
Thank you very much bungee-
I've seen the ICSP application note, I didn't noticed that about the volts in the VPP pin,
I will not use this pin as a digital input because I have no simple ... |
Topic: Use the MCLR pin as a digital input???? |
rvalor
Replies: 3
Views: 5321
|
Forum: General CCS C Discussion Posted: Thu Jul 16, 2009 6:31 am Subject: Use the MCLR pin as a digital input???? |
Hello everybody in this forum¡¡
I'm programming a PIC18F4550 mcu...
In my application there isn't need of a reset signal so I plan to use this pin as a digital input:
pin nº 1 : MCLR/VPP ... |
|