Search found 14 matches

by bodgy
08 Jul 2016 10:27
Forum: Visual TFT General
Topic: Visual TFT integrated in new version of FT90x compilers
Replies: 5
Views: 11312

Re: Visual TFT integrated in new version of FT90x compilers

Thank you Biljana, I have received the license number.
by bodgy
06 Jul 2016 12:17
Forum: Visual TFT General
Topic: Visual TFT integrated in new version of FT90x compilers
Replies: 5
Views: 11312

Re: Visual TFT integrated in new version of FT90x compilers

I like the idea of combining the graphic designer into the compiler IDE. However, I see a problem for those of us who already have a registered copy of Visual TFT. My copy did not have a serial number, but required downloading and running the Visual TFT Reg.exe, this program does not reveal the seri...
by bodgy
23 Mar 2015 11:02
Forum: Development Boards
Topic: Easy FT90 development board - inconsistency in the manual
Replies: 1
Views: 1162

Easy FT90 development board - inconsistency in the manual

The reference to power sources on page 7 and the legend on the board, state external power sources of 7-23VAC or 9-32Vdc can be used.

Pages 8 and 9 state in bold 7 - 12VAC or 9 - 15Vdc


Colin
by bodgy
04 Sep 2011 20:42
Forum: mikroC PRO for PIC General
Topic: PIC12F615 I/O problem - please help project due
Replies: 19
Views: 8639

Re: PIC12F615 I/O problem - please help project due

I don't see any decoupling capacitor on your breadboard across the power supply.

Not having this can cause unpredictable results as the Pic becomes sensitive to noise on any pin and can give different results form Pic to Pic.
by bodgy
11 Jul 2011 10:50
Forum: mikroC PRO for PIC General
Topic: 16F690 ECCP and Mikro C simulator
Replies: 2
Views: 1017

Re: 16F690 ECCP and Mikro C simulator

Mince-n-Tatties wrote:you will need to drive the go/done bit manually.
Brilliant, thanks.
by bodgy
11 Jul 2011 07:41
Forum: mikroC PRO for PIC General
Topic: 16F690 ECCP and Mikro C simulator
Replies: 2
Views: 1017

16F690 ECCP and Mikro C simulator

I'm using the ECCP Special Event Trigger mode to start and ADC conversion as stated in the 16F690 datasheet.

In the simulator the DONEGO bit doesn't get set when CCP1IF gets set.

Is this due to the simulator only being coded for the older Pic parts that have a CCP2 which starts an ADC conversion?
by bodgy
12 Jun 2011 05:50
Forum: mikroC General
Topic: need help for 12F675 and Timer0
Replies: 2
Views: 2494

Re: need help for 12F675 and Timer0

Are you sure it just isn't flashing too fast for you to see?

How does it look in the simulator?
by bodgy
21 May 2011 12:39
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: GLCD on 24FJ256GB106 problems
Replies: 3
Views: 1935

Re: GLCD on 24FJ256GB106 problems

I see some one else had a problem with using sbit's, so I wonder if your problem would be solved if you used a struct for the GLCD bits.
by bodgy
26 Apr 2011 12:12
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: GLCD on 24FJ256GB106 problems
Replies: 3
Views: 1935

Re: GLCD on 24FJ256GB106 problems

Try changing sbit GLCD_CS1 at LATB2_bit; sbit GLCD_CS2 at LATB3_bit; sbit GLCD_RS at LATB4_bit; sbit GLCD_RW at LATB5_bit; sbit GLCD_EN at LATB6_bit; sbit GLCD_RST at LATB7_bit; to sbit GLCD_CS1 at RB2_bit; sbit GLCD_CS2 at RB3_bit; sbit GLCD_RS at RB4_bit; sbit GLCD_RW at RB5_bit; sbit GLCD_EN at R...
by bodgy
26 Apr 2011 11:59
Forum: mikroC PRO for PIC General
Topic: Biomedical monitor using pic 16f887 in Mikroc pro
Replies: 3
Views: 1592

Re: Biomedical monitor using pic 16f887 in Mikroc pro

Have you traced what happens if you just use the simulator, do you see 'a' transmitted?

What happens if you temporarily change the code to

Code: Select all

Uart1_Write('a');
or

Code: Select all

Uart1_Write(0x61);
by bodgy
24 Apr 2011 09:32
Forum: mikroC PRO for PIC General
Topic: First index in array seems to get lost
Replies: 12
Views: 2974

Re: First index in array seems to get lost

Would accessing the structures via a pointer make any difference to the way the compiler optimises code? Just thinking, index 0 should be available as an array is just passing an address plus index, if a pointer to either the struct or array is passed this might solve the problem. Maybe even an arra...
by bodgy
19 Apr 2011 07:59
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Basic question on functions
Replies: 5
Views: 2312

Re: Basic question on functions

How are you declaring your variables locally or globally?

Could you post a snippet of the call and the function code?

Which Pic24 are you using?

There could be many reasons why the compiler will optimise out code.
by bodgy
19 Dec 2010 11:28
Forum: mikroC PRO for PIC Wish List
Topic: Function Overloading
Replies: 2
Views: 1639

Function Overloading

For those who make their own libraries, this would be a nice extra to allow function overloading.
by bodgy
19 Dec 2010 11:23
Forum: Development Boards Wishlist
Topic: mikroMMB boards preloaded firmware.
Replies: 1
Views: 1987

mikroMMB boards preloaded firmware.

I think it would be useful to provide either the hex file and preferably the source as well for the preloaded demo software provided on these board. I sent an email about this, but I think people thought I was referring to the programming software, when to be absolutely clear I'm referring to the pa...

Go to advanced search