Search found 13 matches

by GWL
20 Oct 2022 05:24
Forum: mikroPascal PRO for PIC General
Topic: comm port RB1 is not read on 16F1847
Replies: 0
Views: 1120

comm port RB1 is not read on 16F1847

Hi, I noticed that in the selection of supported micro controllers for the EasyPIC V7 that the 16F1847 is now supported. I wrote a simple rs232 loop program and employed the Mikroe UART terminal program to send a data stream. The EasyPIC v7 was set for a 18 pin device. The program (below) compiled (...
by GWL
02 Apr 2022 00:10
Forum: PIC32 PRO Compilers
Topic: On change interrupt using mikromedia for PIC32
Replies: 3
Views: 1638

Re: On change interrupt using mikromedia for PIC32

Solution:

Abandoned Interrupt on change and used a 8 input or gate and an edge triggered interrupt.
by GWL
01 Mar 2022 15:16
Forum: PIC32 PRO Compilers
Topic: On change interrupt using mikromedia for PIC32
Replies: 3
Views: 1638

Re: On change interrupt using mikromedia for PIC32

Does any one have an idea why the interrupt is not cleared ? I have modified the led display routine to: procedure setChannelLed(channel:byte); var i : integer; begin i := channel; clearChannelLeds; case channel of 1 : Led1 :=1 ; 2 : Led2 :=1 ; 3 : Led3 :=1 ; 4 : Led4 :=1 ; 5 : Led5 :=1 ; 6 : Led6 :...
by GWL
26 Feb 2022 06:50
Forum: PIC32 PRO Compilers
Topic: On change interrupt using mikromedia for PIC32
Replies: 3
Views: 1638

On change interrupt using mikromedia for PIC32

Hi, I have the problem of clearing on-change notification interrupts on the mikromedia pic32MX460F512L. I have a ring counter based on a 18F4550 which triggers 8 on change interrupts on the mikromedia forPIC32 (pic32MX460F512L), being pins B0,B1,B2,B3,B4,B5,F4,F5. The triggers are through optical is...
by GWL
25 Feb 2017 23:51
Forum: Visual TFT General
Topic: Upper limit to number of components with VTFT ?
Replies: 5
Views: 6243

Re: Upper limit to number of components with VTFT ?

Hi Danilo,

It is now 25 days since I posted the question.

Have you been able to replicate the problem and can you offer a solution?

regards

greg
by GWL
11 Feb 2017 06:19
Forum: Package Manager General
Topic: No target devices in list to select from
Replies: 1
Views: 13587

No target devices in list to select from

Hi,
When I try to select my target device the list is empty.

The rebuild Def buttons make no difference.

I have downloaded packageManager and reinstalled it with no effect.

Is there a path to the Def directory that needs to be set?

I am using micropascal for pic32.

regards

greg
by GWL
03 Feb 2017 21:32
Forum: Visual TFT General
Topic: Upper limit to number of components with VTFT ?
Replies: 5
Views: 6243

Re: Upper limit to number of components with VTFT ?

Hi Danilo, After adding further components I am now getting a message saying that I have exceeded the free use of vTFT. When I check the About menu option the device is registered to mE Dongle VTFT. I suspect that the latest update to VTFT does not recognise this. I have reinstalled VTFT which made ...
by GWL
01 Feb 2017 14:48
Forum: Visual TFT General
Topic: Upper limit to number of components with VTFT ?
Replies: 5
Views: 6243

Upper limit to number of components with VTFT ?

Hi, I have an appln which takes signals from 8 twisted pair leads that are processed by a pic32 MMB (pic32MX460F512L) and are redistributed via another 8 twisted pairs. The box which provides the input has 8x2 sockets that can be configured in different ways which are identified by using different c...
by GWL
27 Jan 2017 21:54
Forum: Visual TFT General
Topic: Custom components for vTFT
Replies: 3
Views: 3119

Re: Custom components for vTFT

Hi Lana, I was looking for a slider (especially one which will complement the style of my project). I have built a simple one from 2 boxes, a circle button and a line which although is functional is crude. I am using pic32 pascal on a mikromedia board. I notice that the eve board has new tools so I ...
by GWL
26 Jan 2017 10:07
Forum: Visual TFT General
Topic: Custom components for vTFT
Replies: 3
Views: 3119

Custom components for vTFT

Hi,

Is there an editor or a tutorial on how to make custom components.

regards

greg
by GWL
24 May 2014 08:00
Forum: Visual TFT General
Topic: demos do not work with mikromedia for pic 32 using mpascal
Replies: 1
Views: 2295

demos do not work with mikromedia for pic 32 using mpascal

Hi , I recently purchase the pic32 compiler for micropascal and a mikromedia for pic32. The documentation that came with the MMB indicated that it was version 1.10. When Visual TFT was set for MMB pic32 v 1.10 the demos compiled and loaded (via a workstation 7 board) but did not display on the MMB. ...
by GWL
05 May 2014 14:20
Forum: mikroPascal PRO for PIC General
Topic: 16F1847 and mikroProg Suite for PIC [v2.29]
Replies: 3
Views: 2227

Re: 16F1847 and mikroProg Suite for PIC [v2.29]

Hi Petar, I have both an EasyPic6 and a mikroprog. On loading the files supplied I can find the 16F1847 for the mikroprog but not for the EasyPic6. Do I need to set a path or copy files into an existing dir for the EasyPic6 or do I need to build a development interface for the 16F1847 to the mikropr...
by GWL
04 May 2014 05:44
Forum: mikroPascal PRO for PIC General
Topic: 16F1847 and mikroProg Suite for PIC [v2.29]
Replies: 3
Views: 2227

16F1847 and mikroProg Suite for PIC [v2.29]

I am migrating from 16F88's to 16F1847. I use the mikroPascal PRO for PIC v.6.0.1 compiler without issue and tried to program the 16F1847 using mikroProg Suite for PIC [v2.29]. The mikroProg Suite identifies the correct uController but I cannot select the MCU from the drop down box. How do I add the...

Go to advanced search