Search found 10 matches

by gabs
09 Feb 2016 11:23
Forum: mikroBasic PRO for PIC32 General
Topic: Call signature does not match the function definition
Replies: 9
Views: 6490

Re: Call signature does not match the function definition

Hello

Is there any solution on this issue if I do not want to use "SSA Optimization" ?


Regards,
Gabi.
by gabs
26 Mar 2013 18:49
Forum: Libstock Discussion
Topic: New USB Device Library Released!
Replies: 59
Views: 738861

Re: New USB Device Library Released!

Hi Dejan

thanks for the tip, that did the trick :D
by gabs
26 Mar 2013 09:17
Forum: Libstock Discussion
Topic: New USB Device Library Released!
Replies: 59
Views: 738861

Re: New USB Device Library Released!

Hello Dejan

The compiler is mikroBasic PRO for Pic32 v3.3.0

Thank you.
by gabs
26 Mar 2013 08:50
Forum: Libstock Discussion
Topic: New USB Device Library Released!
Replies: 59
Views: 738861

Re: New USB Device Library Released!

Thanks for the library :D I am trying to compile the example project: USB Hid Device right as it is and I have the following error: Incompatible function pointers (function prototypes do not match): R25 vs ?T27 HIDDevice.mbas and it is pointing at : USBDev_RegisterDataReceivedHandler(@USBDev_HIDRece...
by gabs
16 Mar 2013 10:18
Forum: mikroBasic PRO for PIC32 General
Topic: Remappable pins and SPI CLK on PIC32MX2XX devices
Replies: 4
Views: 2698

Re: Remappable pins and SPI CLK on PIC32MX2XX devices

Hi

Looks like the SCK pins are not PPS remappable.

Have a look at "Table:1-1 Pinout Description" on page 22 of the Pic32MX1xx/2xx datasheet.

HTH
Gabi
by gabs
28 Aug 2012 20:22
Forum: mikroBasic PRO for PIC32 General
Topic: #DEFINE : usage
Replies: 2
Views: 1676

Re: #DEFINE : usage

Hi Filip

Many thanks, it makes sense, all clear now.

Regards,
Gabi.
by gabs
27 Aug 2012 11:17
Forum: mikroBasic PRO for PIC32 General
Topic: #DEFINE : usage
Replies: 2
Views: 1676

#DEFINE : usage

Hello would like to ask if I have to write the #define declaration for each of my defines in all included files ? For example: in main file I have this simplified code: #define ENG_LANGUAGE include "my_code_file_1" include "my_code_file_2" dim variable_1 as byte main: #ifdef ENG_LANGUAGE then variab...
by gabs
31 Aug 2011 12:09
Forum: mikroBasic PRO for PIC32 General
Topic: UART Interrupt
Replies: 3
Views: 3137

Re: UART Interrupt

Yes, Janko is right, just amend this USART init to the previous example: '------------------------------------------------------------------------------- ' UART 1 SETUP '------------------------------------ UART1_Init_Advanced(9600, 80000, _UART_LOW_SPEED, _UART_8BIT_NOPARITY,_UART_ONE_STOPBIT) Dela...
by gabs
16 Jul 2011 11:35
Forum: mikroBasic PRO for PIC32 General
Topic: PIC32 Dongle Registration
Replies: 2
Views: 1825

Re: PIC32 Dongle Registration

Hi Janko,

You are right, compiled an 11Kb program without Demo limit complain :D

Thank you for your support.

Best regards.
by gabs
14 Jul 2011 22:53
Forum: mikroBasic PRO for PIC32 General
Topic: PIC32 Dongle Registration
Replies: 2
Views: 1825

PIC32 Dongle Registration

Hi, Our office just bought the mikroBasic PRO for PIC32 Compiler / USB Dongle version and I have been send the plastic carrying case with the CD, booklets and the USB dongle. Would like to ask what specific steps do I have to follow to register the USB dongle as it it seen by win7 like a USB input d...

Go to advanced search