Search found 110 matches
- Fri Sep 29, 2006 11:49 am
- Forum: C and ASM Programming
- Topic: C for ARM
- Replies: 26
- Views: 40303
We have been looking into the ARM driver issue and found a bug/feature that we believe to be causing the problem. The Driver install files contains a settings xml file called dpinst.xml A line of code needs to be added to that file to enable languages other than those explicitly contained. The line ...
- Thu Sep 28, 2006 5:09 pm
- Forum: C and ASM Programming
- Topic: C for ARM
- Replies: 26
- Views: 40303
C for ARMs should always be installed as an Administrator. Anything should be installed as an Administrator whereever possible, as only then do you get full access to all areas that may need to be modified. In fact the Driver install will fail if it it is not done as an Administrator. I tested here ...
- Mon Sep 18, 2006 9:51 am
- Forum: General Programming
- Topic: installing hp488
- Replies: 2
- Views: 5888
You may have a jammed driver installation. It may be plug and play, but get the sequecewrong and USB is often plug and jam. Can you download and install the latest version of PPP from the website. As part of it there is a Driver installer. Hopefully this will unjam the USB driver. If not, there is a...
- Mon Sep 18, 2006 9:42 am
- Forum: General Programming
- Topic: PPPv3
- Replies: 2
- Views: 7101
Firstly check that the PSU is atached and switched on. the PSU should be 13.5V for programming. If you have changed the PSU you may ned to check the voltage. Do you have any other PIC chips you can test with? I.e. has the PIC chip blown, or is it a board issue? If the chip has gone it may still work...
- Fri Sep 15, 2006 2:27 pm
- Forum: Flowcode V2 & V3
- Topic: Errors using SensLib and tutorial Temperature Probe
- Replies: 3
- Views: 5560
Flowcourse uses C Code icons to access pre-written C libraries. Whilst these work with the original device they were created for, in the original compiler they were created for, when used with other devices or different compilers they can faile to compile, or not work as intended. In short it is bes...
- Fri Sep 15, 2006 8:58 am
- Forum: C and ASM Programming
- Topic: Need help:Problem in initiating comparator module (PIC16F88)
- Replies: 3
- Views: 6775
This is due to an error in the Compiler.
The T0IF is added in the default interrupt code used by the compiler, but is not defined in the includes.
Check the following post for fixes forthe problem:
http://www.matrixmultimedia.com/mmforum ... c.php?t=53
The T0IF is added in the default interrupt code used by the compiler, but is not defined in the includes.
Check the following post for fixes forthe problem:
http://www.matrixmultimedia.com/mmforum ... c.php?t=53
- Thu Sep 14, 2006 9:08 am
- Forum: C and ASM Programming
- Topic: Need help:Problem in initiating comparator module (PIC16F88)
- Replies: 3
- Views: 6775
- Thu Sep 14, 2006 9:05 am
- Forum: Flowcode V2 & V3
- Topic: Ping Pong PIC Program using Flowcode
- Replies: 1
- Views: 4100
- Mon Sep 11, 2006 9:56 am
- Forum: Flowcode V2 & V3
- Topic: Sensorlib..... where are You
- Replies: 1
- Views: 3953
If you mean the one in Flowcourse it can be downloaded from:
http://www.matrixmultimedia.com/Flowcou ... ensLib.txt
However, you may be better using the Thermometer analogue component and using those macros instead.
http://www.matrixmultimedia.com/Flowcou ... ensLib.txt
However, you may be better using the Thermometer analogue component and using those macros instead.
- Thu Sep 07, 2006 10:49 am
- Forum: General Programming
- Topic: Ver 2 board
- Replies: 2
- Views: 5706
The problem is with PC port voltages. The voltages levels have been dropping, which leads to a point where the PIC board has problems with understanding the signals. Printers and such like get around this somehow, but the PICboard cannot. This is a particualr problem on laptops as they tend to go fo...
- Tue Sep 05, 2006 9:36 am
- Forum: General Programming
- Topic: Very basic PIC info required
- Replies: 2
- Views: 5735
Okay, I might be a little bit biased :wink: , but I would recommend Flowcode and our Development boards and E-blocks (see our web site for details). There is a demo of Flowcode on our web site that will allow you to see if Flowcode is right for your students (I personally think it would be a perfect...
- Mon Sep 04, 2006 9:32 am
- Forum: Electronics products
- Topic: Vibration Sensor for Bike Alarm
- Replies: 2
- Views: 8566
- Wed Aug 30, 2006 9:18 am
- Forum: Flowcode V2 & V3
- Topic: Using more than two input bits for decision making
- Replies: 2
- Views: 4701
Masks can be used to select certain bits from the port as well if you need to check only some of the inputs. Also, if the joystick you mentioned uses analogue pots you can try reading in the analogue input from those pots and using the value from that in a similar manner to using the whole port valu...
- Wed Aug 30, 2006 9:12 am
- Forum: E-blocks
- Topic: EB-007 switches
- Replies: 3
- Views: 8137
Flowcode has the option for two reasons. A) The actual switches used for the project could be either toggle or pushbutton. The EB007 Switch board uses pushbuttons, but a users own system may use toggles. B) The mouse operated buttons in Flowcode can only be operated 1 ata time as you only have one m...
- Fri Aug 25, 2006 4:14 pm
- Forum: Flowcode V2 & V3
- Topic: Flowcode Beta testing
- Replies: 0
- Views: 4026
Flowcode Beta testing
Flowcode V3 is ready for Beta testing. We have spaces available for a limited umber of testers. If you are interested in becoming a prospective tester please email me at: ian@matrixmultimedia.co.uk Please put BETA in the subject of the email. Detail what experience you have of using Flowcode, and mi...
- Thu Aug 24, 2006 9:38 am
- Forum: Flowcode V2 & V3
- Topic: Hex file back into FCF file
- Replies: 2
- Views: 4612
- Thu Aug 24, 2006 9:35 am
- Forum: Flowcode V2 & V3
- Topic: How do I make a AM , PM clock
- Replies: 3
- Views: 5407
The Timer macro is called at so many times a second e.g 75 times a second or 75Hz. The prescaler and crystal clock frequency allow you to set the refresh rate to a useable time period such as 75hz that you use. Count to 75 in the timer interrupt macro and a second has passed. Update the seconds minu...
- Thu Aug 24, 2006 9:30 am
- Forum: C and ASM Programming
- Topic: Lighting leds on matrix multimedia board
- Replies: 1
- Views: 4958
Startup code needs to be in the startup not the main loop. Also move the Anagloue>Digital IO to the start. e.g. - #include <system.h> main() { adcon1=0x07; // Do Analogue port to digital IO first thing set_bit(STATUS, RP0); //SELECTS BANK 1 TRISA=0x00; //MAKES PORTA outPUT TRISB=0xff; //MAKES PORTB ...
- Thu Aug 24, 2006 9:01 am
- Forum: General Programming
- Topic: Connecting Matrix multimedia board to x10
- Replies: 2
- Views: 5833
- Tue Aug 22, 2006 4:28 pm
- Forum: C and ASM Programming
- Topic: Simple output 2
- Replies: 2
- Views: 6142
Try with adcon1 the very first thing, before the TRISA stuff. XT, HS (XT setting on board) and RC (RC setting on board) need to match in the config and the board clock switch, but should work in either. RC may be very slow for some stuff, but works well with basic tutorial type programs. Check Watch...
- Mon Aug 21, 2006 9:28 am
- Forum: C and ASM Programming
- Topic: Simple output not working
- Replies: 1
- Views: 4929
- Mon Aug 21, 2006 9:11 am
- Forum: C and ASM Programming
- Topic: C For PICMicro - Need Help
- Replies: 1
- Views: 4982
the 'functions are obsolete' and 'result may be truncated' messages are warnings to let you know there are potential problems or may be a newer prefered way of doing something. These warnings can be safely ignored. Warnings do not prevent compilation, errors do. If you can find out what the errors a...
- Mon Aug 21, 2006 9:02 am
- Forum: Flowcode V2 & V3
- Topic: HELP ME !!!
- Replies: 1
- Views: 3655
Sounds like a course assesment you are working on. Please note that the forums are for helping people with problems, and for advice and tips, not to get pre-done solutions to assesments. If you have any specific problems or areas of the assesment where you are stuck please let us know and we can hel...
- Fri Aug 18, 2006 10:42 am
- Forum: Flowcode V2 & V3
- Topic: Flowcode maths problem help please
- Replies: 6
- Views: 7553
- Fri Aug 18, 2006 9:47 am
- Forum: E-blocks
- Topic: USB communication
- Replies: 1
- Views: 4190
The USB connector used to program the PICmicro is limited to programming only. Using it would also require a special driver to be created as you would need to comunicate to the main PIC chip via the USB programmer chip without them mutally interefering with each other. Not an easy task. USB is easy ...