Search found 19 matches

by Veni
16 Jan 2021 09:19
Forum: mikroBasic PRO for PIC Wish List
Topic: Execute a file before and/or after successful compilation
Replies: 1
Views: 2229

Execute a file before and/or after successful compilation

Hi, I'm using mikroBasic Pro for PIC and I'm missing the ability to automatically run a file post sucessful compilation. For example in my case, running a .BAT file that runs a application to turn the .HEX file into a .BIN file. Today I'm clicking on a .BAT file after successful compilation. Would b...
by Veni
09 Dec 2010 18:38
Forum: mikroBasic PRO for PIC Wish List
Topic: Support for PIC18F26K22
Replies: 1
Views: 1594

Support for PIC18F26K22

Hi.

I can not find PIC18F26K22 in the MCU list(mikroBasic PRO 4.15) and Mouser has them in stock.
C18 has support for it but i prefer mikroBasic.

Any plans/date on supporting this MCU?
by Veni
07 Dec 2010 17:05
Forum: mikroBasic PRO for PIC General
Topic: MBpro v4.15 not saving before rebuild? Also project paths
Replies: 13
Views: 3602

Re: MBpro v4.15 not saving before rebuild? Also project path

oliverb wrote:I don't know if it makes a difference, but my project folder is on a server [...]
Same in my case, but with mapped drive.
by Veni
06 Dec 2010 17:50
Forum: mikroBasic PRO for PIC General
Topic: MBpro v4.15 not saving before rebuild? Also project paths
Replies: 13
Views: 3602

Re: MBpro v4.15 not saving before rebuild? Also project path

With this version of MB pro I'm finding that if I don't manually save files first then the old version gets recompiled. I've noticed this too. Started to manually save and delete every mcl file before running a full compile to be sure. Went mad trying to search for errors in my code just to find ou...
by Veni
01 Dec 2010 17:42
Forum: mikroBasic PRO for PIC General
Topic: Random framing errors on PIC18F25K22
Replies: 2
Views: 2237

Re: Random framing errors on PIC18F25K22

Hi slavisa. I've concluded that it is not a compiler issue, because the C18 compiler from Microchip gives me the same issue. I'll try a different processor later this month(will be a dsPIC30F3013). Another discovery is that I only get frame errors when the processor is processing frames from a real ...
by Veni
21 Nov 2010 15:19
Forum: mikroBasic PRO for PIC General
Topic: Random framing errors on PIC18F25K22
Replies: 2
Views: 2237

Random framing errors on PIC18F25K22

Hi. I have a problem with PIC18F25K22 giving me random framing errors(sometimes it takes a couple of seconds of runtime, sometimes several minutes). Looking at the traffic with a RS-485<-->RS-232 converter and Realterm i do not notice any errors at all. Have built a simple receive application and lo...
by Veni
20 Nov 2010 14:09
Forum: mikroBasic PRO for PIC General
Topic: What does "Recursive build of units is not allowed" mean?
Replies: 8
Views: 2350

Re: What does "Recursive build of units is not allowed" mean

Hi. The board is a communication bridge between two different systems on the market. When uart1 has received a properly formatted message it will go and ask the hardware on uart2. When uart2 receives a properly formatted response the board will respond back to the hardware connected till uart1. I ha...
by Veni
19 Nov 2010 23:59
Forum: Development Boards
Topic: EasyPIC5 & PIC16F886 "Selected MCU not supported on your..."
Replies: 4
Views: 1591

EasyPIC5 & PIC16F886 "Selected MCU not supported on your..."

Hi everyone. Used the EasyPIC5 with PIC16F886 in late 2008/beginning of 2009 with mikroBasic for PIC 7.2. No problems. I'm now trying to use it with mikroBasic PRO for PIC 4.15 and mikroProg Suite for PIC v1.02, I keep getting a information message saying "Selected MCU not supported on your developm...
by Veni
17 Nov 2010 17:35
Forum: mikroBasic PRO for PIC General
Topic: What does "Recursive build of units is not allowed" mean?
Replies: 8
Views: 2350

Re: What does "Recursive build of units is not allowed" mean

jpc wrote:[...] the origin of this problem probably is calling this function from an interrupt-thread AND from the main-thread.
Correct! Thanks for the clarification. I have now moved the call to that subroutine so it's not called anymore from the main routine but only from the interrupt routine.
by Veni
15 Nov 2010 17:06
Forum: mikroBasic PRO for PIC General
Topic: What does "Recursive build of units is not allowed" mean?
Replies: 8
Views: 2350

Re: What does "Recursive build of units is not allowed" mean

Thanks for the quick answer :).

Have a new problem and need interpretation:
What does "365 Reentrancy is not allowed: function 'UART2_Write' called from two threads __Lib_UART_c67b67.mpas" mean?
It's most what type of condition would trigger "Reentrancy is not allowed" ?

PIC18F25K22.
by Veni
12 Nov 2010 19:35
Forum: mikroBasic PRO for PIC General
Topic: What does "Recursive build of units is not allowed" mean?
Replies: 8
Views: 2350

What does "Recursive build of units is not allowed" mean?

Hi everyone. What does the following mean: "368 Recursive build of units is not allowed ("unitfile.mbas") main_file.mbas" Compiling for a PIC18F25K22. I can not back-track the fault because the compiler (version 4.15) did not complain about this problem until i deleted every mcl file in the director...
by Veni
08 Nov 2010 23:30
Forum: mikroBasic PRO for PIC General
Topic: Error loading .mcl file MB Pro 4.15
Replies: 1
Views: 1109

Error loading .mcl file MB Pro 4.15

Hi everyone. Created a new file(total of 8 mbas files in this project). Every compile result in: Line 65534 Message No. 373 Message Text: Error loading .mcl file: ************* Unit: filename_of_file_using_this_file_as_a_include_file.mbas Have tried renaming the file and doing the same in the callin...
by Veni
18 Sep 2010 11:44
Forum: mikroBasic PRO for PIC Beta Testing
Topic: PIC18F25K22 does not notice incoming data on UART1
Replies: 2
Views: 2964

Re: PIC18F25K22 does not notice incoming data on UART1

Stupid me :lol:. Looks like i have to set ANSELC to digital on the RX pin. That was the difference between PIC18F2550 and PIC18F25K22. So what have i learned from this, always read the data sheet from page 1 to the last page. But i did not :D, someone on the microchip forums had a similar problem an...
by Veni
18 Sep 2010 00:04
Forum: mikroBasic PRO for PIC Beta Testing
Topic: PIC18F25K22 does not notice incoming data on UART1
Replies: 2
Views: 2964

PIC18F25K22 does not notice incoming data on UART1

Hi. Just got some PIC18F25K22 to experiment with for a project. Wrote a test program for PIC18F2550 to test how to run one hardware UART and one software UART. Connected on the same PIC(for testing purposes): * RC6/TX1 with RB7/RX2 and * RC7/RX1 with RB6/TX2. It works on the PIC18F2550(running one h...

Go to advanced search