Search found 11 matches
- Tue Oct 11, 2016 11:00 am
- Forum: Fixed bugs
- Topic: 32MZ2048EFG144 UART flowcontrol
- Replies: 1
- Views: 8393
32MZ2048EFG144 UART flowcontrol
Good morning. While setting up a UART component on channel 6 I've noticed that the CTS and RTS pins can be assigned to unsupported locations. PIC used: 32MZ2048EFG144. There are tables in the datasheet stating which pins can be used, on pages 251 and 254. When chosen correctly the pins function with...
- Tue Oct 04, 2016 11:36 am
- Forum: Fixed bugs
- Topic: PIC32 watchdog related compilation error
- Replies: 7
- Views: 13267
Re: PIC32 watchdog related compilation error
Thanks Benj, your help is greatly appreciated.
- Fri Sep 30, 2016 10:22 am
- Forum: Fixed bugs
- Topic: PIC32 watchdog related compilation error
- Replies: 7
- Views: 13267
Re: PIC32 watchdog related compilation error
Looking forward to that, thank you.
- Thu Sep 29, 2016 1:15 pm
- Forum: Fixed bugs
- Topic: PIC32 watchdog related compilation error
- Replies: 7
- Views: 13267
Re: PIC32 watchdog related compilation error
Thanks, that helped. However, there seems to be more. Initializing an ADC_base component results in a following plethora of errors. Below I've added an example that illustrates the issue. C:\Program Files (x86)\Flowcode 7\CAL\PIC32BIT\PIC32BIT_CAL_ADC.c: In function 'FC_CAL_ADC_Enable': C:\Program F...
- Thu Sep 29, 2016 12:35 pm
- Forum: Fixed bugs
- Topic: PIC32 watchdog related compilation error
- Replies: 7
- Views: 13267
PIC32 watchdog related compilation error
Hi, another bug report I'm afraid. While attempting to compile a project for a 32MZ2048EFG144 PIC I've noticed a lot of watchdog related errors in the compiler output. The attached example illustrates the problem, a literally empty project fails to compile. Any help would be appreciated. Thanks! C:\...
- Tue Sep 13, 2016 4:19 pm
- Forum: Fixed bugs
- Topic: FC7 issues - UART MX_HARD_BAUD_5 undeclared
- Replies: 3
- Views: 9397
Re: FC7 issues - UART MX_HARD_BAUD_5 undeclared
Hi,
thanks for your reply. The error is gone, but after applying the patch I'm unable to set the SPI pins when its in hardware mode.
thanks for your reply. The error is gone, but after applying the patch I'm unable to set the SPI pins when its in hardware mode.
- Tue Sep 13, 2016 2:59 pm
- Forum: Fixed bugs
- Topic: FC7 issues - UART MX_HARD_BAUD_5 undeclared
- Replies: 3
- Views: 9397
FC7 issues - UART MX_HARD_BAUD_5 undeclared
After declaring and configuring 6 uart channels on 32MZ2048ECM064 I'm getting the error message listed below. All parameter fields are filled, including the baud rate of course. I've tried setting the baud rate manually using component macros but that didn't help either. I'm sure the project did com...
- Tue Sep 13, 2016 9:25 am
- Forum: Flowcode V7
- Topic: FC7 issues - SPI and zoom
- Replies: 6
- Views: 6450
Re: FC7 issues - SPI and zoom
Many thanks for the solution.
- Fri Sep 09, 2016 4:28 pm
- Forum: Flowcode V7
- Topic: FC7 issues - UART interrupt register
- Replies: 2
- Views: 3304
Re: FC7 issues - UART interrupt register
Many thanks, it works!
- Thu Sep 08, 2016 4:27 pm
- Forum: Flowcode V7
- Topic: FC7 issues - UART interrupt register
- Replies: 2
- Views: 3304
FC7 issues - UART interrupt register
Hi everyone, I've got another problem in parallel with the ones I've described in my first post. Compiling a program for 32MZ2048ECM064, with all six UART ports declared and initialized, drops a following error: (..) Launching the compiler... C:\Program Files (x86)\Flowcode 7\compilers\pic32\bin\xc3...
- Thu Sep 08, 2016 2:48 pm
- Forum: Flowcode V7
- Topic: FC7 issues - SPI and zoom
- Replies: 6
- Views: 6450
FC7 issues - SPI and zoom
Hello everyone, I'm switching to Flowcode 7 and would like to ask some questions regarding its functionality. Firstly, after adding a SPI Master component I'm unable to map the CLK pin unless its in software mode. If, in properties, I choose a SPI channel other than ""Software" the CL...