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 8 matches
CCS Forum Index
Author Message
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Fri Dec 04, 2015 5:23 am   Subject: typedef void (* ble_cmd_handler) (const void *);
CCS C PIC Compiler I really like. Under it it has been written a lot of code.
I will try to further alter the code BGAPI under the CCS C PIC Compiler.
But I do not know how to do it :(
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Fri Dec 04, 2015 4:52 am   Subject: typedef void (* ble_cmd_handler) (const void *);
I think more and more that this is a problem in the CCS C PIC Compiler.
It is interesting to developers CCS C PIC Compiler reading this forum?
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Fri Dec 04, 2015 2:16 am   Subject: typedef void (* ble_cmd_handler) (const void *);
".... &ble_default..... "
It helped, but not everywhere :(

http://www.imageup.ru/img88/2294797/4.png


#include <18F46J50.h>
#device ANSI
#device ADC=10
#use delay(cl ...
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Thu Dec 03, 2015 5:02 am   Subject: typedef void (* ble_cmd_handler) (const void *);
http://www.imageup.ru/img88/2294141/3.png
I use standart bluegiga bluetooth smart bglib-API for module BLE112.
This is a problem in CCS C PIC Compiler?
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Wed Dec 02, 2015 9:40 am   Subject: typedef void (* ble_cmd_handler) (const void *);
OK, maybe I can't see it BUT where is' PLLEN' that the first error reports on in the program you've posted??

Error PLLEN also in line 38.
I do not understand where does PLLEN. And why the error in ...
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Wed Dec 02, 2015 8:59 am   Subject: typedef void (* ble_cmd_handler) (const void *);
The problem did not end with the compiler.
New error: "Error#43 Expecting a declaration"
I minimize the program to select a piece with the error:

#include <18F46J50.h>

#device ...
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Thu Nov 26, 2015 8:44 am   Subject: typedef void (* ble_cmd_handler) (const void *);
Thank you!
this line is to remove all the errors:

#device ANSI // switch const meaning
  Topic: typedef void (* ble_cmd_handler) (const void *);
katmani1

Replies: 16
Views: 29925

PostForum: General CCS C Discussion   Posted: Thu Nov 26, 2015 7:16 am   Subject: typedef void (* ble_cmd_handler) (const void *);
Hello Frients Smile


I use the module BLE112. I want to connect it to the PIC18F46J50. Through BGLIB API for RS232. By using the compiler CCS C PIC Compiler 5.049.

When you compile error is issued ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group