Search found 37 matches

by Ras
Thu Dec 13, 2018 8:52 pm
Forum: Flowcode V8
Topic: License registration incorrect or not working
Replies: 5
Views: 3688

Re: License registration incorrect or not working

Thank you Martin! :D I opened an existing project and, as you said, the magic happened and the Help\Check for Updates... menu item was available and prompted for refreshing some FC components. I kind of understand the purpose of this if it is meant to refresh projects. May be Matrix can think of a b...
by Ras
Wed Dec 12, 2018 7:14 pm
Forum: Flowcode V8
Topic: License registration incorrect or not working
Replies: 5
Views: 3688

Re: License registration incorrect or not working

Hi David, Today using a fresh licence file and activation key I tried and successfully succeed to activate my FC8 ver 8.1. without encountering any activation errors. Having done so far I was expecting the other issues flagged to go away but unfortunately they did not. The Help\Check for Updates... ...
by Ras
Sun Dec 09, 2018 4:05 am
Forum: Flowcode V8
Topic: License registration incorrect or not working
Replies: 5
Views: 3688

License registration incorrect or not working

I intially installed FC8 and manually activated using the key and the file provided on my account. The activation seemed to work alright as seen here: [img] FC8%20Activated%20OK%20with%20Key%20of%20June%201,%202018.jpg [/img] Except for when I check using the Help/Manage Licenses/My Flowcode License...
by Ras
Fri Aug 19, 2016 2:21 am
Forum: Fixed bugs
Topic: FC7 Pro Off-line Activation Fails
Replies: 21
Views: 26771

Re: FC7 Pro Off-line Activation Fails

Hi Ben,

Is there an update here or will one be soon? Thanks
by Ras
Thu Aug 04, 2016 3:36 pm
Forum: Fixed bugs
Topic: FC7 Pro Off-line Activation Fails
Replies: 21
Views: 26771

Re: FC7 Pro Off-line Activation Fails

Hello Matrix,

Can I please get assistance with this issue?

It does not help at all having purchased a FC7 licence and not being able to use it. And no, activating via web is not an option due to IT policies.

Thanks
by Ras
Sun Jul 31, 2016 12:13 am
Forum: Fixed bugs
Topic: FC7 Pro Off-line Activation Fails
Replies: 21
Views: 26771

FC7 Pro Off-line Activation Fails

I am following the process to activate off-line on one Windows 10 computer and it fails. I am following the same procedure used for FC6 Pro which is running very well on same computer. Please see the set of JPG pictures attached that document the flow and the failure. Has anyone tried off-line activ...
by Ras
Wed Apr 15, 2015 7:14 pm
Forum: Flowcode V6
Topic: Check the supported controllers before ordering hardware!
Replies: 14
Views: 39465

Re: Check the supported controllers before ordering hardware

If I may make a suggestion, previously posted here http://www.matrixtsl.com/mmforums/viewtopic.php?f=54&t=16360... It may allow one to update the list of parts supported by mLoader to match the parts working with FC. Is it not possible for MATRIX to release to this forum the specification for the mL...
by Ras
Wed Apr 15, 2015 6:47 pm
Forum: Flowcode V6
Topic: Operation of D6 Power LED on EB006v9 Programmer
Replies: 1
Views: 1763

Operation of D6 Power LED on EB006v9 Programmer

The EB006v9 D6 Power LED lights up even when J11 is set to PSU and no external power supply is connected (probably the Ghost chip is powered directly from the 5V USB).

I find this confusing... should it not instead stay off until PSU or USB power is actually applied as per J11 selection?
by Ras
Wed Apr 15, 2015 6:42 pm
Forum: Flowcode V6
Topic: mLoader and EB006v9 not working issue and solution
Replies: 1
Views: 2175

Re: mLoader and EB006v9 not working issue and solution

This continues my previous post on same topic as I had to split it so I can attach more files... I am assuming that this extra step is required due to Win UAC and file/folder access control. To get around this we will use a copy of mLoader from a temporary folder (I placed this in my working folder,...
by Ras
Wed Apr 15, 2015 6:01 pm
Forum: Flowcode V6
Topic: mLoader and EB006v9 not working issue and solution
Replies: 1
Views: 2175

mLoader and EB006v9 not working issue and solution

If you just start with an EB006v9 you may run into errors as shown below... mLoader - USB not open error.jpg mLoader Error - 1937 err 1.jpg What can you do? I found EB006 drivers posted and new revisions of mLoader available for download but not much in terms of describing what to do next, what and ...
by Ras
Fri Apr 10, 2015 9:50 pm
Forum: Flowcode V6
Topic: Mloader help needed, PIC18F26K80 not supported?
Replies: 3
Views: 4247

Re: Mloader help needed, PIC18F26K80 not supported?

Well Matrix, since it is not currently supported is it not possible to add this support for this chip into mLoader and Ghost? It just makes sense since FC6 supports the part... Also, is it not possible to list the specification for the configuration files i.e. 8bConfigData.csv and the like so that a...
by Ras
Fri Apr 10, 2015 12:00 am
Forum: Flowcode V6
Topic: Ghost not working with PIC18F26K80
Replies: 1
Views: 2061

Ghost not working with PIC18F26K80

In addition to the problems encountered when trying to program the chip, post here... http://www.matrixtsl.com/mmforums/viewtopic.php?f=54&t=16360 I run into compiling errors when trying to enable Ghost in my project. I am attaching JPGs and project file to document. This project tries to interface ...
by Ras
Thu Apr 09, 2015 8:36 pm
Forum: Flowcode V6
Topic: Mloader help needed, PIC18F26K80 not supported?
Replies: 3
Views: 4247

Mloader help needed, PIC18F26K80 not supported?

I'm on a new project trying to make sense of new, to me, tools: EB006V9 programmer, Ghost technology and the mLoader program... the project is a UART-CAN bridge based on PIC18F26K80. Needless to say I run into trouble almost immediately and spent time trying to figure out the issues without much luc...
by Ras
Fri Jan 30, 2015 6:42 pm
Forum: Flowcode V6
Topic: Docking position of Command Toolbox toolbar
Replies: 1
Views: 1939

Docking position of Command Toolbox toolbar

I wanted to re-arrange my screen so that the Command Toolbox toolbar is docked on the right side of the screen just above the Toolbar toolbar. This is just a preference of mine. All OK until I exit FC and come back again... the Command Toolbox toolbar is re-docked on the left side. Another case is w...
by Ras
Fri Jan 30, 2015 6:00 pm
Forum: Flowcode V6
Topic: Custom interrupts enable GIE too early
Replies: 3
Views: 2838

Re: Custom interrupts enable GIE too early

Nothing massive just odd. As a work around the first thing I do is clear the GIE flag then setup the interrupts and at the end re-enable GIE. The code I was referring to is generated when one selects any of the predefined interrupt sources associated with the INT symbol. Drag the INT into your flowc...
by Ras
Thu Jan 29, 2015 5:21 pm
Forum: Flowcode V6
Topic: PIC12F1572 support available?
Replies: 6
Views: 5799

PIC12F1572 support available?

This seems to be an interesting part from the guys at MCHP, unfortunatelly not yet supported by FC 6.1.1.0. Are there plans to support it? Is there a component file already available somewhere that could be shared? Is there a workaround available? I have a little project to implement a variable freq...
by Ras
Thu Jan 29, 2015 5:16 pm
Forum: Flowcode V6
Topic: Custom interrupts enable GIE too early
Replies: 3
Views: 2838

Custom interrupts enable GIE too early

I reviewed the assembly output for one of my PIC projects using FC 6.1.1.0, specifically the code generated for a custom interrupt, and noticed that the GIE flag gets set before the interrupt is setup. This means that the code setting or intializing the interrupt runs after the global interrupt flag...
by Ras
Wed May 28, 2014 9:53 pm
Forum: Flowcode V6
Topic: Docking into the dashboard not possible
Replies: 3
Views: 3325

Re: Docking into the dashboard not possible

Tried but no cigar... the docking arrows show up and I can move the simulation panel but it will not dock into the dashboard. It docks fine into the main panel but not the dashboard. BTW it looks to me that you can reposition or undock the dashboard, how do you do it? I tried to move it but it alway...
by Ras
Tue May 20, 2014 7:37 pm
Forum: Flowcode V6
Topic: Docking into the dashboard not possible
Replies: 3
Views: 3325

Docking into the dashboard not possible

On the subject of screen real estate... I was trying to dock the simulation debugger panel into the dashboard panel but could not. The docking arrows show but no docking is possible. Is there something to set up somewhere to allow this?
NoDockingInDash.jpg
NoDockingInDash.jpg (26.46 KiB) Viewed 3325 times
by Ras
Thu May 15, 2014 9:05 pm
Forum: Flowcode V6
Topic: Assign switch array to pins, is it possible?
Replies: 5
Views: 5237

Re: Assign switch array to pins, is it possible?

Another follow up on this topic... this happens after I shape and size the switch array so it looks like the mage at the top of my attachment. The I save and exit FC and restart FC (like in "calling it a day and coming back next day") Well, as you can see the shape stays but the size does not, it is...
by Ras
Wed May 14, 2014 6:03 pm
Forum: Flowcode V6
Topic: Assign switch array to pins, is it possible?
Replies: 5
Views: 5237

Re: Assign switch array to pins, is it possible?

All works as described except for: If you don't like the style of the switches on the 'Array Base'... - Find one of the other switches that you prefer from the 'Inputs' component menu and drag it onto the panel - make a note of its 'Handle' name at the top of the properties panel. - Select the 'Arra...
by Ras
Wed May 14, 2014 4:47 pm
Forum: General Programming
Topic: What BoostC compiler licence do we get?
Replies: 2
Views: 3767

What BoostC compiler licence do we get?

I'm running FC 6.0.7 for PIC micros and not very happy with the debugging capabilities so far... looking forward to add some hardware to improve this aspect. For now I'm resorting to MPLAB simulator but want to give the BoostC IDE a try. Is this possible with the BoostC licence included with FC? If ...
by Ras
Wed May 14, 2014 4:38 pm
Forum: General Programming
Topic: Has anyone purchased an EB006 ver 9 lately
Replies: 0
Views: 3037

Has anyone purchased an EB006 ver 9 lately

I'm just wondering if the problem issues flagged in a previous post have been resolved. To recap: 1. unit would not program when powered from USB, it actually needs 9V power (due to voltage drop on diode + 78M05 regulator) 2. voltage on C18 way over rated spec of the component, component running war...
by Ras
Wed May 14, 2014 4:20 pm
Forum: Flowcode V6
Topic: Custom interrupts PICmicro question
Replies: 2
Views: 2931

Re: Custom interrupts PICmicro question

That worked thanks... I actually found that you do not need to add another interrupt but instead from the Properties:Interrupt window just select the Disable interrupt radio button instead of the Enable interrupt , then pressing the Properties button opens the Custom interrupt properties with the Di...
by Ras
Tue May 13, 2014 9:21 pm
Forum: Flowcode V6
Topic: Access violation on compile to hex
Replies: 4
Views: 3248

Re: Access violation on compile to hex

I noticed now that every time I wake up the PC after it goes to sleep (due to inactivity) the boostc_16F.exe generates this access violation error. The only way to resolve this is to restart the PC. Hope this helps you identify and fix this problem. If you need additional information from this end p...