Author |
Message |
Topic: Run code outside the flash |
Bilal
Replies: 6
Views: 9406
|
Forum: General CCS C Discussion Posted: Sun Jun 03, 2012 9:24 am Subject: Run code outside the flash |
Hi i have watched a video
http://www.youtube.com/watch?v=5h28QiYlXe8&feature=related
guy did this with other controller
can i do the same with PIC??? I have some PICs like
PIC16F877A with ... |
Topic: Run code outside the flash |
Bilal
Replies: 6
Views: 9406
|
Forum: General CCS C Discussion Posted: Sat Jun 02, 2012 7:45 am Subject: Run code outside the flash |
Hi, did anyone try to run a code outside the flash by using PIC? Maybe from eeprom or sd card.
(its not about copy the code from external source and then run it). |
Topic: int syntax |
Bilal
Replies: 1
Views: 3247
|
Forum: General CCS C Discussion Posted: Sat Jan 21, 2012 4:29 am Subject: int syntax |
hi.
This is a part of the lcd.c file.
struct lcd_pin_map { // This structure is overlayed
BOOLEAN enable; // on to an I/O port to gain
BOOL ... |
Topic: PIC32MX775F512H |
Bilal
Replies: 4
Views: 6127
|
Forum: General CCS C Discussion Posted: Sun Oct 02, 2011 1:30 am Subject: PIC32MX775F512H |
:( |
Topic: PIC32MX775F512H |
Bilal
Replies: 4
Views: 6127
|
Forum: General CCS C Discussion Posted: Sat Oct 01, 2011 2:24 pm Subject: PIC32MX775F512H |
hi everyone.. my question is pic32mx775f512h have only USB host.. or it do have usb client as in PIC18F4550..
and is there any CCS compiler which can do coding for pic32mx775f512h..
or some other wa ... |
Topic: Siemens-s30880-s5701-a400 |
Bilal
Replies: 0
Views: 5927
|
Forum: General CCS C Discussion Posted: Wed Sep 28, 2011 3:41 am Subject: Siemens-s30880-s5701-a400 |
Hi, I got a Siemens-s30880-s5701-a400 plugin camera unit.
Did someone have any experience with this.
Can we use it with a PIC microcontroller? |
Topic: 4550 works with fat??? |
Bilal
Replies: 9
Views: 18952
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2011 4:30 am Subject: 4550 works with fat??? |
- What memory card are you using? The CCS drivers are getting quiet old and were designed for the original SD-cards up to 4Gb. Newer SDHC-Cards will probably fail.
- You say you can not create a file ... |
Topic: 4550 works with fat??? |
Bilal
Replies: 9
Views: 18952
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 10:02 am Subject: 4550 works with fat??? |
Thank you very much for your help.
Actually I am using 18F4550 with 3.3V and running at 48MHz.
It works fine with other features.
Only problem with "fat".
Maybe I need controller which i ... |
Topic: 4550 works with fat??? |
Bilal
Replies: 9
Views: 18952
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 9:35 am Subject: 4550 works with fat??? |
I am using 3.3v for both controller and multimedia card.
Maybe I am wrong but I thought 18f4550 can perform at 3.3v.
Its datasheet said its (Wide operating voltage range) (2.0V to 5.5V).
And also ... |
Topic: 4550 works with fat??? |
Bilal
Replies: 9
Views: 18952
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 9:02 am Subject: 4550 works with fat??? |
hi.. i am working with PIC18F4550 + mmcsd.c + fat.c + ex_fat.c
But it can be able the create any file or do anything right.
I need to know am i using the right tools??
4550 is suitable for this pur ... |
Topic: 3.2inch TFT LCD module with touch panel |
Bilal
Replies: 16
Views: 29568
|
Forum: General CCS C Discussion Posted: Sat Jul 09, 2011 10:48 am Subject: 3.2inch TFT LCD module with touch panel |
thanks for your help dyeatman.. |
Topic: 3.2inch TFT LCD module with touch panel |
Bilal
Replies: 16
Views: 29568
|
Forum: General CCS C Discussion Posted: Sat Jul 09, 2011 9:36 am Subject: 3.2inch TFT LCD module with touch panel |
then the next statement is totally opposite..
* 3.3V I/O voltage level tolerance
it says pins required not more then 3.3V..
is it what it is saying???? |
Topic: 3.2inch TFT LCD module with touch panel |
Bilal
Replies: 16
Views: 29568
|
Forum: General CCS C Discussion Posted: Sat Jul 09, 2011 8:12 am Subject: 3.2inch TFT LCD module with touch panel |
then what does this statement means..
* Onboard 3.3V regulator require a single 5V supply
it confused me alot
help me |
Topic: 3.2inch TFT LCD module with touch panel |
Bilal
Replies: 16
Views: 29568
|
Forum: General CCS C Discussion Posted: Fri Jul 08, 2011 7:55 am Subject: 3.2inch TFT LCD module with touch panel |
Hi to all.. after reading datasheet so many time and other stuff i have final able to run the display. It's really a good learning curve for me.
Thank you guys to make me work myself.
I am still run ... |
Topic: IR communication |
Bilal
Replies: 4
Views: 7300
|
Forum: General CCS C Discussion Posted: Tue May 24, 2011 12:50 am Subject: IR communication |
i apply a not gate after my decoder.. then apply on receiver of my PIC16F876A.. problem is solved and data is receiving..
but a baud rate is a problem.. at dont work on 9600 |
|