Search found 170 matches

by Lagoda
Thu Feb 21, 2019 11:11 pm
Forum: Bug Reports
Topic: Bit problems .....
Replies: 12
Views: 4900

Re: Bit problems .....

:)
by Lagoda
Thu Feb 21, 2019 10:35 pm
Forum: Bug Reports
Topic: Bit problems .....
Replies: 12
Views: 4900

Re: Bit problems .....

Hi Osta,

I think the operator of XOR is "^". The operator of OR is "|".

Lagoda
by Lagoda
Thu Feb 21, 2019 10:16 pm
Forum: Bug Reports
Topic: Bit problems .....
Replies: 12
Views: 4900

Re: Bit problems .....

Hi Osta,

What value do you want to get as a result?
Do you agree with the calculation method that I described?

Lagoda
by Lagoda
Thu Feb 21, 2019 10:10 pm
Forum: Bug Reports
Topic: Bit problems .....
Replies: 12
Views: 4900

Re: Bit problems .....

Hi Osta,

What value do you want to get as a result?
Do you agree with the way I described the calculation?

Lagoda
by Lagoda
Thu Feb 21, 2019 8:42 pm
Forum: Bug Reports
Topic: Bit problems .....
Replies: 12
Views: 4900

Re: Bit problems .....

Hi Osta,

I think that's a good result.

0b00000001 and 0b00110010 =0b00000000,
0b00000001 and 0b00011001=0b00000001,
0b00000000 or 0b00000001=0b00000001.

Regards,

Lagoda
by Lagoda
Thu Feb 21, 2019 2:11 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

OK.
I used the "Full database" option and now I have a fresh and crisp Flowcode program.
And I restarted it after updating. :wink:
The result is the same as before.

Are you getting a flawless C file from the file (PWM_test_8Bit_16F15324.fcfx) I attached?
by Lagoda
Thu Feb 21, 2019 1:49 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi,

This version works for me.
Flowcode_ver.jpg
Flowcode_ver.jpg (44.36 KiB) Viewed 6188 times
Before testing, I updated the Flowcode program.
It is also installed on multiple computers and each has a faulty result.
I did not modify the files that are part of Flowcode. :cry:
by Lagoda
Thu Feb 21, 2019 12:17 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi Ben,

In my C file, this line looks like this:

#define MX_PWM_NEW_TMR_CONF

(If I overwrite CONF2 then it works. :) )
by Lagoda
Wed Feb 20, 2019 8:48 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi Ben, I found something. The content of the T2CLKCON register is 0x00 so the selection of the clock source is incorrect (T2CKIPPS) If I write 0x01 (Fosc / 4) into this register, the PWM signal appears on the selected port. I only checked the proportions of the waveform with an old oscilloscope, bu...
by Lagoda
Tue Feb 19, 2019 6:01 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi Ben,

I also tried Channel 3 and Channel 4, but they don't work either.

Lagoda
by Lagoda
Tue Feb 19, 2019 12:53 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

Re: The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi Ben, Thanks for the quick response. I forgot about this option. :oops: I tried the PWM macro with a PIC16F15324 MCU on a CURIOSITY board. The PWM output is not working. :( I also tried it with 8 Bit resolution, but it doesn't do anything. What I have noticed is that the PWM macro offers 6 channel...
by Lagoda
Sun Feb 17, 2019 8:19 pm
Forum: Bug Reports
Topic: The PIC16F15344 PWM component can only be set to 8-bit mode.
Replies: 14
Views: 6282

The PIC16F15344 PWM component can only be set to 8-bit mode.

Hi Ben,

I would like to use the PWM periphery of the PIC16F15344 MCU in 10-bits mode.
The PWM component macro only supports 8-bits mode.
Is it possible to upgrade to 10 bits?

Thank you in advance,

Lagoda
by Lagoda
Mon Feb 11, 2019 7:54 pm
Forum: Bug Reports
Topic: Import FC7-project into FC8 --> SPI errors
Replies: 1
Views: 1935

Re: Import FC7-project into FC8 --> SPI errors

Hello Jörg, I have already detected similar migration errors. When I load my projects from FlowCode v7 to FlowCode v8, the values ​​of Component Macros Properties are settings back by default. Then I set the correct parameters again on the Flowcode V8 Component Macro Properties tab and after that I ...
by Lagoda
Fri Feb 08, 2019 9:06 am
Forum: Bug Reports
Topic: Selecting a 2.048V reference voltage in PIC16F15324
Replies: 6
Views: 3479

Re: Selecting a 2.048V reference voltage in PIC16F15324

Hello Ben, For now, this seems to be a paranormal phenomenon. On another desktop PC, the unchanged project file produces a hex file without error and the MCU works correctly. On this machine is same Flowcode version 8.1.1.11 , but it is not completely up to date. I don't understand. :roll: Best rega...
by Lagoda
Thu Feb 07, 2019 2:09 pm
Forum: Bug Reports
Topic: Selecting a 2.048V reference voltage in PIC16F15324
Replies: 6
Views: 3479

Re: Selecting a 2.048V reference voltage in PIC16F15324

I've tried the next change in PIC_CAL_ADC.c, but the situation hasn't changed.
CAL_ADC_mod.jpg
CAL_ADC_mod.jpg (18.27 KiB) Viewed 3460 times
Does this help you?
by Lagoda
Thu Feb 07, 2019 1:04 pm
Forum: Bug Reports
Topic: Selecting a 2.048V reference voltage in PIC16F15324
Replies: 6
Views: 3479

Re: Selecting a 2.048V reference voltage in PIC16F15324

Hi,


I didn't update, because it was up to date.
by Lagoda
Thu Feb 07, 2019 12:34 pm
Forum: Bug Reports
Topic: Selecting a 2.048V reference voltage in PIC16F15324
Replies: 6
Views: 3479

Re: Selecting a 2.048V reference voltage in PIC16F15324

Hi Ben,


Thanks for the quick response.
I made the change and restarted the Flowcode.
Unfortunately, the situation is the same as before.

Maybe the value from the Vref variable does not come from the properties tab?

Do you have any ideas yet?
by Lagoda
Thu Feb 07, 2019 9:04 am
Forum: Bug Reports
Topic: Selecting a 2.048V reference voltage in PIC16F15324
Replies: 6
Views: 3479

Selecting a 2.048V reference voltage in PIC16F15324

Hi Ben, I would like to use the ADC module of PIC16F15324 MCU . The Vdd of the circuit is 3.3V. I set the reference voltage source to the FVR on the AD Properties tab. I inserted the following line in C code: FVRCON = 0x82; to select the 2.048V internal reference source. But is not working. Based on...
by Lagoda
Wed Dec 05, 2018 11:12 pm
Forum: 16-Bit PIC
Topic: PIC24 Internal CLocking
Replies: 5
Views: 7346

Re: PIC24 Internal CLocking

Hi Leo,

I think the System Clock speed of the processor can not be higher than 32MHz, because in the PLL system block has a divider, that always divided by 3 the clock signal from 96 MHz output.

Kind regards,

Lagoda
by Lagoda
Wed Dec 05, 2018 1:35 pm
Forum: Bug reports
Topic: Port mapping bug in the ICT module.
Replies: 5
Views: 6481

Re: Port mapping bug in the ICT module.

Thanks. I use the Flowcode 7 also. Would be repaired version for this?
by Lagoda
Sat Dec 01, 2018 2:33 pm
Forum: Bug reports
Topic: Port mapping bug in the ICT module.
Replies: 5
Views: 6481

Re: Port mapping bug in the ICT module.

Hello Leigh,

I bought Flowcode 8, but the problem is same as before. :roll: :cry: :cry:
Would you be so kind to fix it.

Lagoda
by Lagoda
Wed Feb 28, 2018 1:42 pm
Forum: 32-Bit PIC
Topic: A little cosmetic mistake. PIC32MZ (Solved)
Replies: 4
Views: 6231

Re: A little cosmetic mistake. PIC32MZ

Hi Ben,

Once you have a lot of time ... :)

I just wanted to report it, it does not cause any problems.

Thank you very much for the answer.

Best Regards,

Lagoda
by Lagoda
Wed Feb 28, 2018 12:31 pm
Forum: 32-Bit PIC
Topic: A little cosmetic mistake. PIC32MZ (Solved)
Replies: 4
Views: 6231

Re: A little cosmetic mistake. PIC32MZ

Hi Ben, I think this tag is more logical for 16-bit ports (H and L) than the PIC32 example. That's why I wrote a cosmetic mistake. PORTS.jpg If the ports of the PIC32 family are deliberately marked on this way, this is fine for me. But why do you use two types of marking within Flowcode? Best Regard...
by Lagoda
Mon Feb 26, 2018 10:12 pm
Forum: Bug reports
Topic: Port mapping bug in the ICT module.
Replies: 5
Views: 6481

Port mapping bug in the ICT module.

Hi Ben, I've written about this topic in the following post: http://www.matrixtsl.com/mmforums/viewtopic.php?f=2&t=19766 Unfortunately, it did not improve with 7.3.0.7 update, so I'll re-issue this problem. I would like to use ICT function of FlowKit2. In the Flowcode 7.3.0.5 or higher version, in t...
by Lagoda
Mon Feb 26, 2018 8:51 pm
Forum: 32-Bit PIC
Topic: A little cosmetic mistake. PIC32MZ (Solved)
Replies: 4
Views: 6231

A little cosmetic mistake. PIC32MZ (Solved)

Hello Ben,

I installed version 7.3.0.7 and after that I noticed this.
The names of the ports are incorrect.jpg
The names of the ports are incorrect.jpg (137 KiB) Viewed 6231 times
Best Regards,

Lagoda