Author |
Message |
Topic: PIC12F509. PIC12C509A, PIC12C671 |
Jordanel
Replies: 17
Views: 28886
|
Forum: General CCS C Discussion Posted: Wed Jun 22, 2016 7:08 am Subject: PIC12F509. PIC12C509A, PIC12C671 |
You are right that the PIC16 and PIC24 actually are better. But for me its better to start with PIC12 because I have tutorials for it. |
Topic: PIC12F509. PIC12C509A, PIC12C671 |
Jordanel
Replies: 17
Views: 28886
|
Forum: General CCS C Discussion Posted: Tue Jun 21, 2016 8:56 am Subject: This is not for reducing costs! |
This is not for reducing costs, this is for educational purposes! I decided to start learning with PIC12, not that PIC16 doesnt have 39 I/O pins. But I want to learn the basics with PIC10 and PIC12 fi ... |
Topic: PIC12F509. PIC12C509A, PIC12C671 |
Jordanel
Replies: 17
Views: 28886
|
Forum: General CCS C Discussion Posted: Sun Jun 19, 2016 5:41 pm Subject: PIC12F509. PIC12C509A, PIC12C671 |
If this
INTRC
is changed to INTRC_IO
it normally allows the OSC pins to be I/O but pointed out above you need to 'patch' the program....
Also this
#use delay(clock= 4 000 000)
while easie ... |
Topic: PIC12F509. PIC12C509A, PIC12C671 |
Jordanel
Replies: 17
Views: 28886
|
Forum: General CCS C Discussion Posted: Tue May 10, 2016 6:01 am Subject: PIC12F509. PIC12C509A, PIC12C671 |
/* Main.c file generated by New Project wizard
*
* Created: Tue May 10 2016
* Processor: PIC12C671
* Compiler: CCS for PIC
*/
#include <12C671.h>
#fuses NOMCLR, ... |
Topic: PIC12F509. PIC12C509A, PIC12C671 |
Jordanel
Replies: 17
Views: 28886
|
Forum: General CCS C Discussion Posted: Tue May 10, 2016 5:06 am Subject: PIC12F509. PIC12C509A, PIC12C671 |
Good day! I have disabled the MCLR pin and am using the internal oscillator on these microcontrollers, but that does not give me the OSCI and MCLR pin for input and output functions, I think that at l ... |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Mon Apr 04, 2016 4:46 am Subject: Will it work on linux? |
Plus from where do I get a link for the linux version? |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2016 10:13 am Subject: Thank you the advice is good |
Thank you the advice is good, but not possible. First I'm not in my own country, second nothing is free where I live. Plus I'm in a room provided by the company at the moment, I cant take it with me w ... |
Topic: MPLAB+UBUNTU+CCS-plugin |
Jordanel
Replies: 12
Views: 31115
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2016 9:24 am Subject: Thats a very good idea! Thank you! |
Actually since 95% are linux based toolchains thats why they most likely dont provide a free linux version. Normal users use windows, but commercial users use Linux and they require that you are able ... |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2016 9:15 am Subject: This time I understand why it doesnt have the file! |
C:\Users\Jordanel\Documents\CCS C Projects\CCS2\CCS2.X\CCS2.c:3:10: Error#18 File can not be opened
Not in "C:\Program Files\PICC\devices\12509.h"
BUILD FAILED (exit value 2, tot ... |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2016 4:28 am Subject: MPLABX + CCS error when building |
Header Files
'../../../../../../Program Files/PICC/Devices/12F509.h'
CLEAN SUCCESSFUL (total time: 842ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1 ... |
Topic: MPLAB+UBUNTU+CCS-plugin |
Jordanel
Replies: 12
Views: 31115
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2016 4:13 am Subject: It makes no difference! |
It makes no difference! I have to make the settings with linux first, since Im a new linux user. Isnt that the point of the evaluation? I have no intention of buying CCS for 150 dollars...Thats why I ... |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Wed Mar 30, 2016 5:42 am Subject: Yes there is. |
I usually have to point to the header file in MPLAB, but I did and I get the same error. If anyone has been using MPLAB in the project files there is header, I added the .h file in the header files if ... |
Topic: MPLAB+UBUNTU+CCS-plugin |
Jordanel
Replies: 12
Views: 31115
|
Forum: General CCS C Discussion Posted: Wed Mar 30, 2016 5:40 am Subject: CCS provides a free version |
CCS provides a free version, you can download it from their website, also when you install MPLAB and the plugin for CCS when you start MPLAB it gives you do you want to download a demo version of CCS! |
Topic: MPLABX + CCS error when building |
Jordanel
Replies: 16
Views: 37730
|
Forum: General CCS C Discussion Posted: Sun Mar 27, 2016 8:36 am Subject: MPLABX + CCS error when building |
I'm really sorry to start a second thread. I install Windows 7 on a virtual machine and I'm running MPLABX + CCS compiler, however I get this error can anyone help or do I have to use only CCS?
mak ... |
Topic: MPLAB+UBUNTU+CCS-plugin |
Jordanel
Replies: 12
Views: 31115
|
Forum: General CCS C Discussion Posted: Sun Mar 27, 2016 8:33 am Subject: Thank you very much I'm using a free one! |
Thank you very much I'm using a free one!
What do you mean its a rip off? I didn't pay for the free version! I have SDCC, Hi-Tech C also but I don't want to start learning a new compiler. so I pre ... |
|