5521 views|18 replies

613

Posts

2

Resources
The OP
 

Fight PIC again, reinstall the PIC development environment, for reference for friends who want to play PIC [Copy link]

 
This post was last edited by long521 on 2018-6-13 10:34 When I first played with PIC, it was MPLAB 8.9, a very classic IDE. When X was released, many people still used this old version. Compared with the previous version, the X version is indeed much larger in size, and it is a bit slow to run on computers with poor configuration. However, computers are changing with each passing day. This time I will use PIC again, so I will install an X version. First, go to the official website and download an X IDE. The latest version is the one on the official website homepage. I have taken a screenshot below: I downloaded this version. There are also 3.0 versions to choose from. After downloading it from the official website, do not install it yet. First check whether there is a JAVA environment package in the computer program. If not, install one first, and then start installing X, because X is said to be compiled by JAVA, and it cannot be opened without JAVA support. After installing 4.20, you can only write assembly programs when you open it. You need to install a compiler separately. I used PICC in the early days. This time I want to try something new. I will install the C18 that comes with PIC. The above is a screenshot of the desktop after installation, for reference. In this way, you can use PIC chips for development. I haven't used PIC for many years, but the first microcontroller I used after work was PIC, so it can be regarded as a complex. Now I play with PIC in my spare time. When I checked PIC information on the Internet, I found that many people installed X but couldn't open it, or there were problems, so I wrote my installation process for reference. In addition, if the computer is poor, I think you can try CCS, which is smoother. I used a solid state drive. When I opened MPLAB X, I felt that I still had to wait a little bit. This software is indeed a bit huge. CCS is about 80M, which is good if you only use C language. Because I mainly use assembly language for development, I still installed this X IDE, if you need CCS, please contact me This content is created by EEWORLD forum user long521, if you need to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source


This post is from Microchip MCU

Latest reply

Isn't CSS from TI? I don't know this software. Please teach me~~  Details Published on 2019-3-24 12:06
Personal signature我是一头搞电子的猪,猪是一种好色的动物,猪八戒就是代表.       
 

368

Posts

0

Resources
2
 
I'll install one some other day.
This post is from Microchip MCU

Comments

That's impossible  Details Published on 2018-6-13 11:21
 
 
 

572

Posts

1

Resources
3
 
Now I am using Freescale's ARM and IAR development environments.
This post is from Microchip MCU
 
 
 

1310

Posts

3

Resources
4
 
1399866558 posted on 2018-6-13 11:06 I will install one someday.
That is impossible
This post is from Microchip MCU
 
 
 

1310

Posts

3

Resources
5
 
I use version 4.05, please guide
This post is from Microchip MCU

Comments

4 brother’s 1078 is online?  Details Published on 2018-6-13 17:35
4 brother’s 1078 is online?  Details Published on 2018-6-13 14:18
 
 
 

368

Posts

0

Resources
6
 
54chenjq posted on 2018-6-13 11:24 I am using version 4.05, please give me some guidance
Is 4 brother’s 1078 online?
This post is from Microchip MCU
 
 
 

613

Posts

2

Resources
7
 
54chenjq posted on 2018-6-13 11:24 I use version 4.05, please guide me
Big brother, please guide me
This post is from Microchip MCU
 
Personal signature我是一头搞电子的猪,猪是一种好色的动物,猪八戒就是代表.       
 
 

6040

Posts

204

Resources
8
 
Come on, cool uncle, let’s do it!
This post is from Microchip MCU
 
 
 

3414

Posts

0

Resources
9
 
The hot summer takes me to play pic
This post is from Microchip MCU
 
Personal signature

So TM what......?

 

 

5979

Posts

8

Resources
10
 
Boss, take me to play
This post is from Microchip MCU
 
Personal signature生活就是油盐酱醋再加一点糖,快活就是一天到晚乐呵呵的忙
===================================
做一个简单的人,踏实而务实,不沉溺幻想,不庸人自扰
 
 

767

Posts

2

Resources
11
 
Cool uncle took me to play PIC
This post is from Microchip MCU
 
Personal signature物致DIY 欢迎你的加入~
QQ群:646461928 公众号:智物知心致成
小店
 
 

6

Posts

0

Resources
12
 
This post was last edited by Sevenfee on 2018-11-8 10:49 OP, I use a PIC microcontroller to generate PWM waves. When adjusting the pulse width, this kind of waveform appears. Have you ever encountered this situation? There is a problem with the waveform in Figure 2
This post is from Microchip MCU
 
 
 

1903

Posts

0

Resources
13
 
Never used pic
This post is from Microchip MCU
 
 
 

13

Posts

0

Resources
14
 
Check if there is a problem with the assignment CCPR1L
This post is from Microchip MCU
 
 
 

15

Posts

0

Resources
15
 
I'm playing it now, it's OK, but many of them require authorization
This post is from Microchip MCU
 
 
 

869

Posts

0

Resources
16
 
Cool uncle took me to play PIC
This post is from Microchip MCU
 
 
 

260

Posts

0

Resources
17
 
I also had a pic back then, it has a very vivid memory~
This post is from Microchip MCU
 
 
 

260

Posts

0

Resources
18
 
Isn't CSS from TI? I don't know this software. Please teach me~~
This post is from Microchip MCU

Comments

This is a small PIC software. You can use it to write programs in C language. I used to use it with PIC16F877. It is only a few dozen MB. It was very popular when playing with PIC. I took a screenshot to show you the version. There are many versions of this CSS. If you don't need assembly, this is a good choice. Don't misunderstand it as the TI software.  Details Published on 2019-3-25 07:54
 
 
 

613

Posts

2

Resources
19
 
wdliming posted on 2019-3-24 12:06 Isn't CSS from TI? I don't know this software, please teach me~~
This is a small PIC software. You can use this to write programs in C language. I used to use this with PIC16F877. This is only a few dozen MB. It was very popular when playing with PIC. I took a screenshot to show you the version. There are many versions of this CSS. If you don't need assembly, this is a good choice. Don't misunderstand it as the TI software. In fact, many people confuse it, haha.
This post is from Microchip MCU
 
Personal signature我是一头搞电子的猪,猪是一种好色的动物,猪八戒就是代表.       
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list