Search found 39 matches
- Wed Feb 17, 2021 5:06 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32mx150F128B hat kein USB
- Replies: 3
- Views: 39932
Re: PIC32mx150F128B hat kein USB
Hallo Stefan, ich will den Chip ohne USB benutzen. In der Konfiguration in FC8 und FC9 haben alle PIC32MX1xx Enstellmöglichkeiten obwohl die hardwaremäßig kein USB haben. Dadurch gibt es ja die Fehlermeldungen. Der Compiler weiß das die einser ohne sind, aber FC schickt halt falsche Daten. Gruß Spee...
- Wed Feb 17, 2021 1:50 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32mx150F128B hat kein USB
- Replies: 3
- Views: 39932
Re: PIC32mx150F128B hat kein USB
Hallo,
habe mal die anderen PIC 32 mx 1xx getestet.
Die haben alle den gleichen Fehler in FC8 und FC9
ab mx 2xx ist der Fehler nicht mehr da.
Die Chips haben USB
MfG Speed64
habe mal die anderen PIC 32 mx 1xx getestet.
Die haben alle den gleichen Fehler in FC8 und FC9
ab mx 2xx ist der Fehler nicht mehr da.
Die Chips haben USB
MfG Speed64
- Wed Feb 17, 2021 1:24 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32mx150F128B hat kein USB
- Replies: 3
- Views: 39932
PIC32mx150F128B hat kein USB
Hallo zusammen, Beim compilieren gibt es einen Fehler weil der PIC garkein USB hat zusätzlich hab ich auch noch einen Fehler mit der Soft RS232 Habe erst einmal nur alles initialisiert und einen sek. Takt programmiert. C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:42:9: error: unknown...
- Tue Jan 19, 2021 3:21 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
- Replies: 6
- Views: 14232
Re: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
moin, danke das scheint zu klappen.
Wie laufen die RS232 Schnittstellen?
mit freundlichem Gruß
Speed64
Wie laufen die RS232 Schnittstellen?
mit freundlichem Gruß
Speed64
- Tue Jan 19, 2021 1:35 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
- Replies: 6
- Views: 14232
- Tue Jan 19, 2021 1:31 pm
- Forum: Deutsch Support-Forum
- Topic: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
- Replies: 6
- Views: 14232
Re: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
moin zusammen Ich möchte den Chip mit 250MHz laufen haben. Er ist mit 252MHz spezifiziert und sollte auch so betrieben werden können. Max 200 MHz stimmt einfach nicht. Siehe Bild. Es darf dabei keine Fehlermeldung kommen. 12MHz Quarz / 3 x 125 /2 = 250MHz Der Chip läuft mit MicroBasic Pro 32 sogar m...
- Mon Jan 18, 2021 10:44 am
- Forum: Deutsch Support-Forum
- Topic: PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
- Replies: 6
- Views: 14232
PIC32MZ2048EFH064 mit 252MHz funktioniert nicht
Hallo zusammen.
in Flowcode 8 oder 9 kann ich diesen Chip nicht über 200MHz einstellen.
Ich kann in mit mikroBasic Pro for PIC 32 sogar mit 256MHz laufen lassen.Siehe Bilder
Dieser Chip ist mit 252MHz spezifiziert.
Kann man das irgendwie in Flowcode hin bekommen?
mit freundlichem Gruß
Speed64
in Flowcode 8 oder 9 kann ich diesen Chip nicht über 200MHz einstellen.
Ich kann in mit mikroBasic Pro for PIC 32 sogar mit 256MHz laufen lassen.Siehe Bilder
Dieser Chip ist mit 252MHz spezifiziert.
Kann man das irgendwie in Flowcode hin bekommen?
mit freundlichem Gruß
Speed64
- Mon Apr 27, 2020 9:22 am
- Forum: Flowcode V8
- Topic: Pic32MZ2048EFH100 /200Mhz Uart's too slow
- Replies: 6
- Views: 4261
Re: Pic32MZ2048EFH100 /200Mhz Uart's too slow
hello stefan.erni , medelec35 , Benj the C code here from stefan.erni has helped. Danke U3BRG=2592; // setzt uart 3 auf 9600 // sets Uart3 to 9600 baut This C Code has to be after the init the Uart! According to the data sheet, this is a divider for the UART a bug for me does the value have to be ch...
- Fri Apr 24, 2020 2:37 pm
- Forum: Flowcode V8
- Topic: Pic32MZ2048EFH100 /200Mhz Uart's too slow
- Replies: 6
- Views: 4261
Re: Pic32MZ2048EFH100 /200Mhz Uart's too slow
hello medelec35 I have the test via an interrupt (clock 10ms) in the software Interrupt call "measure" in "Measure" count up to 50 then set A6 = 1 and count up to 100 then set A = 0 and count to 0 so on, that works ok hello stefan.erni it works now is that a compiler error? norma...
- Fri Apr 17, 2020 1:43 pm
- Forum: Flowcode V8
- Topic: Pic32MZ2048EFH100 /200Mhz Uart's too slow
- Replies: 6
- Views: 4261
Pic32MZ2048EFH100 /200Mhz Uart's too slow
Hello,
I have a problem.
PIC32mz2048efh100 with 24Mhz external clock.
200Mhz system clock
Uart3 = 9600 baut
sends with 2400 baut.
download/file.php?mode=view&id=31652
where is the mistake?
I have a problem.
PIC32mz2048efh100 with 24Mhz external clock.
200Mhz system clock
Uart3 = 9600 baut
sends with 2400 baut.
download/file.php?mode=view&id=31652
where is the mistake?
- Fri Dec 14, 2018 3:41 pm
- Forum: 32-Bit PIC
- Topic: PIC32MZ2048EFH100 interrupt
- Replies: 2
- Views: 10286
Re: PIC32MZ2048EFH100 interrupt
translated to google, sorry Hello and thanks it works now. many thanks How do I program two timers to get a 1 second interrupt? How do I program 2 timers to count on one pin impulse until the next 1 sec interrupt occurs? How do I read the value from the two timers, which was counted in one sec. Can ...
- Tue Dec 11, 2018 6:09 pm
- Forum: 32-Bit PIC
- Topic: PIC32MZ2048EFH100 interrupt
- Replies: 2
- Views: 10286
PIC32MZ2048EFH100 interrupt
Hello I need help
as soon as a timer interrupt is inserted and active, nothing works
timing at 200Mhz
Thanks in advance
as soon as a timer interrupt is inserted and active, nothing works
timing at 200Mhz
Thanks in advance
- Sun Aug 12, 2018 8:52 am
- Forum: 32-Bit PIC
- Topic: Continuous Output Pulse at Compare 1 module
- Replies: 2
- Views: 7489
Re: Continuous Output Pulse at Compare 1 module
Hello Benj,
Thank you very much.
It works, unfortunately I only come to 12.5Mhz.
How can you make it faster?
Sincerely
Speed64
Thank you very much.
It works, unfortunately I only come to 12.5Mhz.
How can you make it faster?
Sincerely
Speed64
- Sat Aug 11, 2018 10:45 am
- Forum: 32-Bit PIC
- Topic: Continuous Output Pulse at Compare 1 module
- Replies: 2
- Views: 7489
Continuous Output Pulse at Compare 1 module
translated with Google Hello I do not know about C code. I want to generate very short pulses in the MHz range. If possible around 50MHz I want to run the following microchip example in FC7. Example from DS61111E-Page 16 I have a PIC32MZ2048EFM100 Clock runs at 200MHz. The impulses should appear on ...
- Sun Apr 22, 2018 12:50 pm
- Forum: Bug reports
- Topic: PIC18F26K80 I2C read problem
- Replies: 4
- Views: 11080
Re: PIC18F26K80 I2C read problem



- Fri Apr 20, 2018 4:43 pm
- Forum: Bug reports
- Topic: PIC18F26K80 I2C read problem
- Replies: 4
- Views: 11080
PIC18F26K80 I2C read problem
Hi, I'm trying to communicate with the MCP3421 from Microchip with the I2C bus. I can successfully write to the ADC but can't receive the answer. Attached is the programmcode and two screenshots. 1. screenshot shows the data I'm writing to the ADC and on the second screenshot is the anwser of the AD...
- Mon Oct 30, 2017 4:11 pm
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Hello Benj, the picture shows a curve with 64Hz. it just checked again. How can I switch to 50Hz? Question: Can I use any pin for the servo if the chip has 2 CCPs? Question: Does the servo also work with a chip that has a CCP and an ECCP? PIC18F4553 with 44PINs for example Q: Do I take a pin labeled...
- Fri Oct 27, 2017 3:43 pm
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
how to adjust the frequency?
50Hz instead of 60Hz
thanks again
- Thu Oct 26, 2017 5:02 pm
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Hi,
has inserted the code and already runs the output.
I try to make a screen shot afterwards.
Thanks to all involved.
has inserted the code and already runs the output.
I try to make a screen shot afterwards.
Thanks to all involved.
- Wed Oct 25, 2017 9:08 pm
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Hi everybody,
I tested the PIC12F1612 today.
The servo is not running.
have I overlooked something?
A4 flashes 1 sec on 1 sec off
Thanks in advance
I tested the PIC12F1612 today.
The servo is not running.
have I overlooked something?
A4 flashes 1 sec on 1 sec off
Thanks in advance
- Wed Oct 18, 2017 5:55 am
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Thanks again.
I will use the other pic.
With your example, I will experiment a little.
Thanks for that.
I will use the other pic.
With your example, I will experiment a little.
Thanks for that.
- Tue Oct 17, 2017 10:56 am
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Thank you, I will test it.
I can also use an external interrupt for the RS232 interface?
i / o Pin change interrupt on RX Pin.
I can also use an external interrupt for the RS232 interface?
i / o Pin change interrupt on RX Pin.
- Tue Oct 17, 2017 8:27 am
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
Re: PIC12f1572 Servo error
Hi Martin,
Thank you for your quick response
Please send me your example
Thank you for your quick response
Please send me your example
- Mon Oct 16, 2017 7:39 pm
- Forum: Flowcode V7
- Topic: PIC12f1572 Servo error
- Replies: 16
- Views: 10939
PIC12f1572 Servo error
hi, i'm trying to control a small servo motor with my pic. But when i try to compile the code i get the following error messages: Device: PIC.12F.12F1572 Generated by: Flowcode v7.2.1.4 Microchip MPLAB XC8 C Compiler (Free Mode) V1.40 Build date: Nov 30 2016 Part Support Version: 1.40 Servo1330.c: m...
- Tue Nov 22, 2016 6:20 pm
- Forum: Flowcode V7
- Topic: Slow Graphical LCDs
- Replies: 15
- Views: 16781
Re: Slow Graphical LCDs
Hi Benj, This is just the file "glcd_SSD1963_ PIC32.fcfx" Converted to PIC32MX470F512L The original makes this mistake ############################################################### Target folder: C:\Users\Uwe\AppData\Local\Temp Source name: C:\Users\Uwe\AppData\Local\Temp\glcd_SSD1963.fc...