CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 41 matches
CCS Forum Index
Author Message
  Topic: icd-u64 PIC18LF26K22 firmware
Roberto da Rivoli

Replies: 7
Views: 1823

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2025 9:59 am   Subject: icd-u64 PIC18LF26K22 firmware
SOLVED
THANKS to CCS support
  Topic: icd-u64 PIC18LF26K22 firmware
Roberto da Rivoli

Replies: 7
Views: 1823

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2025 9:06 am   Subject: icd-u64 PIC18LF26K22 firmware
If CCS sends me the file to upload, there will be no problem finding another programmer to upload it.
  Topic: icd-u64 PIC18LF26K22 firmware
Roberto da Rivoli

Replies: 7
Views: 1823

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2025 5:14 am   Subject: icd-u64 PIC18LF26K22 firmware
I probably explained myself badly!
I burned the internal microcontroller in the ICD-U64, I'm asking for the emulator firmware
  Topic: icd-u64 PIC18LF26K22 firmware
Roberto da Rivoli

Replies: 7
Views: 1823

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2025 2:07 am   Subject: icd-u64 PIC18LF26K22 firmware
icd-u64 PIC18LF26K22 firmware
Help, on my ICD-U64 REV3 I burned the micro PIC18LF26K22. Now I replaced it and I need the firmware to load on it, who can send it to me, thanks
  Topic: 16F15345 DAC don't work [Solved]
Roberto da Rivoli

Replies: 5
Views: 18055

PostForum: General CCS C Discussion   Posted: Wed Jul 20, 2022 3:52 pm   Subject: [SOLVED] 16F15345 DAC don't work
Laughing
  Topic: 16F15345 DAC don't work [Solved]
Roberto da Rivoli

Replies: 5
Views: 18055

PostForum: General CCS C Discussion   Posted: Tue Jul 19, 2022 9:49 am   Subject: 16F15345 DAC don't work (SOLVED )
thanks Ttelmah
I apologize if I was not very clear, and I entered a really badly written piece of code, but the whole project is very complex and needs some elaborate hardware behind it.

I inserte ...
  Topic: 16F15345 DAC don't work [Solved]
Roberto da Rivoli

Replies: 5
Views: 18055

PostForum: General CCS C Discussion   Posted: Mon Jul 18, 2022 3:40 pm   Subject: 16F15345 DAC don't work [Solved]
#include <main.h>

void main()
{

while(TRUE)
{

setup_DAC(DAC_VSS_VDD | DAC_OUTPUT);
dac_write(25); // OV DRL-->OFF
delay_ms(1000);
...
  Topic: DMX Slave device
Roberto da Rivoli

Replies: 6
Views: 14521

PostForum: General CCS C Discussion   Posted: Fri Apr 21, 2017 1:47 am   Subject: dmx 512-A receiver
I downloaded the AN1659, now I try to implement the receive routine. Let's see if it works.
  Topic: DMX Slave device
Roberto da Rivoli

Replies: 6
Views: 14521

PostForum: General CCS C Discussion   Posted: Thu Apr 20, 2017 9:18 am   Subject: dmx 512-A
I use DMX512-A "ANSI E1.11-2008 (R2013)"
Is there an example of an updated code sample for correct reception of characters?
  Topic: DMX Slave device
Roberto da Rivoli

Replies: 6
Views: 14521

PostForum: General CCS C Discussion   Posted: Thu Apr 20, 2017 6:56 am   Subject: DMX Slave device dont't work PIC24EP32GP
As you can see from the posted code, it's exactly the official CCS example, where I just changed the processor and set the peripherals I'm using, if I re-run everything properly, I'll integrate it int ...
  Topic: DMX Slave device
Roberto da Rivoli

Replies: 6
Views: 14521

PostForum: General CCS C Discussion   Posted: Thu Apr 20, 2017 4:18 am   Subject: DMX Slave device
In one of my devices I'm using a receiving routine that I do not fully satisfy, and I wanted to improve the product using CCS's DMX libraries. Then the Hardware is working.
With CCS routines I can no ...
  Topic: wake-up PIC12f615 don't Work
Roberto da Rivoli

Replies: 34
Views: 60089

PostForum: General CCS C Discussion   Posted: Mon Jan 23, 2017 12:52 pm   Subject: [SOLVED] Pic12f615 sleep dont Work
With the solution proposed by "PCM programmer" seems to work properly, I introduced some modifications to match the applications.

Thanks "PCM programmer" and other programmers f ...
  Topic: wake-up PIC12f615 don't Work
Roberto da Rivoli

Replies: 34
Views: 60089

PostForum: General CCS C Discussion   Posted: Sun Jan 22, 2017 1:08 pm   Subject: wake-up PIC12f615 don't Work
I inserted a DELAY exaggerated 1s to avoid taking the second front of the OFF-ON-OFF button as I analyze the state in the "while" loop, but I did not get improvements.

void read_Puls( ...
  Topic: wake-up PIC12f615 don't Work
Roberto da Rivoli

Replies: 34
Views: 60089

PostForum: General CCS C Discussion   Posted: Sun Jan 22, 2017 12:09 pm   Subject: wake-up PIC12f615 don't Work
I tested various types of hall since it served a lot senzibilità me, the hall sensor is not receiving power from the pic port but directly from 5Volt, absorbs about 8 mA but not from the pic.

Thes ...
  Topic: wake-up PIC12f615 don't Work
Roberto da Rivoli

Replies: 34
Views: 60089

PostForum: General CCS C Discussion   Posted: Sun Jan 22, 2017 12:00 pm   Subject: wake-up PIC12f615 don't Work
yes exactly just this configuration, if necessary I can put the external pull-up
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group