Search found 52 matches

by TaliG
Wed Aug 22, 2018 1:08 pm
Forum: 16-Bit PIC
Topic: dsPIC33EP512MU810 PWM remapable pins
Replies: 2
Views: 5436

Re: dsPIC33EP512MU810 PWM remapable pins

Hi Benj Thank you for your answare. Only reason I asked, was because I made a small development pcb and used RE6 as a pwm output as it is listed as PWM4L in the datasheet so I thought I could use it as a pwm output. I guess the only way to produse a pulse on this pin will be through the use of a tim...
by TaliG
Wed Aug 22, 2018 10:36 am
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7954

Re: PIC18F26K40 I2C LCD not working

Hi,
sorry for late reply.

on the 47k40 I used external 20mhz oshilator without PLL.
also tried the internal oschilator with no luck.

In anycase, I moved all my projects on a EB091 and im so huppy i do not think I will ever go back to 8bits again :)

Regards
George
by TaliG
Wed Aug 22, 2018 10:29 am
Forum: 16-Bit PIC
Topic: dsPIC33EP512MU810 PWM remapable pins
Replies: 2
Views: 5436

dsPIC33EP512MU810 PWM remapable pins

Hi,

In the PWM remapable pins drop down menu,
Is it possible to add RE1, RE3 and RE6 please?

Thanks
by TaliG
Sun Aug 19, 2018 8:41 pm
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7954

Re: PIC18F26K40 I2C LCD not working

Hardware i2c and spi never worked on any 18FxxK40 devices.
software works fine as it is "software''.
Also on 18F67K40 you cannot print string values on an alphanumeric lcd connected using either 4 or 8bit mode (no i2c or spi).
by TaliG
Wed Feb 14, 2018 11:41 am
Forum: Bug reports
Topic: Harware I2C on pic18f47k40 cannot start
Replies: 0
Views: 3866

Harware I2C on pic18f47k40 cannot start

Hi,
I2C channels 1 and 2 cannot start.
Microcontroller hangs.
by TaliG
Fri Feb 09, 2018 7:15 pm
Forum: Bug reports
Topic: PIC18F47K40 ds3231rtc
Replies: 2
Views: 2088

Re: PIC18F47K40 ds3231rtc

Thank you for your reply.
I can now set pins, but I2C does not work.
Checked with oschiloscope also.

Software I2c works fine.
by TaliG
Fri Feb 09, 2018 12:31 pm
Forum: Bug reports
Topic: 20x4 lcd component cannot print string
Replies: 0
Views: 4024

20x4 lcd component cannot print string

Hi,

on 18f67k40 harware

the 20x4 lcd component cannot print string values.
Simulation works but it does not work on hardware.

Numbers and Ascci print fine on both simulation and hardware.

This happens both in 4bit and 8bit generic modes.
by TaliG
Thu Feb 08, 2018 7:19 pm
Forum: Bug reports
Topic: PIC18F47K40 ds3231rtc
Replies: 2
Views: 2088

PIC18F47K40 ds3231rtc

Hi,

It is not possible to choose SDA and SCL pins.
by TaliG
Thu Feb 08, 2018 7:08 pm
Forum: Bug reports
Topic: PIC18F67K40 ds3231rtc
Replies: 0
Views: 3834

PIC18F67K40 ds3231rtc

Hi, I cannot get I2C ch1 and ch2 to work with the rtc. Microcontroller halts on the first read request. Software I2C works but not as expected either. reading and printing as string gives 000000 instead of 00:00:00 form. The same harware on a 16f887 works perfectly fine. here is a small test flowcha...
by TaliG
Thu Aug 17, 2017 6:36 pm
Forum: Bug reports
Topic: some 18F67K40 compilation errors
Replies: 5
Views: 4563

Re: some 18F67K40 compilation errors

Hi Ben!

All good! :D
No more compilation errors!!

Thanks alot!!

George
by TaliG
Thu Aug 17, 2017 2:47 pm
Forum: Bug reports
Topic: some 18F67K40 compilation errors
Replies: 5
Views: 4563

Re: some 18F67K40 compilation errors

Hi Ben,

Did you have any chance to look at those compilation errors?
Is there a possibility to include a fix together with your next (bug fix-new features) update please?

Thanks!
by TaliG
Fri Aug 11, 2017 1:49 am
Forum: Feature requests
Topic: watchdog timer component
Replies: 2
Views: 5365

Re: watchdog timer component

hi Ben! I am ashamed :oops: (cause of my laziness) It could be a component with 2 functions .One function to setup the timer and one more to reset it. Auto reset function would be counter productive as i imagine it would eat a timer interupt to do that., please disregard ... what I realy wish Santa ...
by TaliG
Fri Aug 04, 2017 7:53 pm
Forum: Feature requests
Topic: watchdog timer component
Replies: 2
Views: 5365

watchdog timer component

I know it is a huge work, going through countles devises.. but I have faith on you guys. You did and continue to do extraordinary things for us. I beleive in Santa C. :) love you all and I COMAND YOU to forget everything for a week or 2,3 and have fun with your family this summer, feel the sea!!! SH...
by TaliG
Wed Jul 26, 2017 5:01 pm
Forum: Bug reports
Topic: some 18F67K40 compilation errors
Replies: 5
Views: 4563

Re: some 18F67K40 compilation errors

Hi,

here is a flowcode exaple that can produce the compilation errors I previously posted plus errors of I2c, SPI, UART. It is not my main project , but I think it shoul help.
I am actualy migrating a flowcode project from 18f47k40 to this new one (pins are never enough :) )

Thanks!
by TaliG
Tue Jul 25, 2017 7:28 pm
Forum: Bug reports
Topic: some 18F67K40 compilation errors
Replies: 5
Views: 4563

some 18F67K40 compilation errors

Hi, I started playing with this new device and had the following compilation errors: 1. C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_ADC.c: FC_CAL_ADC_Disable() 5583: ANSELC = 0x00; ^ (192) undefined identifier "ANSELC" 2. 12132: IOEBP=0xFF; ^ (192) undefined identifier "IOEBP" 3. Test18f67k40....
by TaliG
Mon Jul 03, 2017 4:00 pm
Forum: Bug reports
Topic: Timer interrupts calling a macro
Replies: 3
Views: 3276

Re: Timer interrupts calling a macro

what i already do is using a swich inside the macro, is this correct? thank you for your help!
by TaliG
Mon Jul 03, 2017 2:29 pm
Forum: Bug reports
Topic: Timer interrupts calling a macro
Replies: 3
Views: 3276

Timer interrupts calling a macro

Hi, I do not know if this is a bug, or im doing something wrong, or it cannot be done. When I am enabling a timer interrupt and calling a macro, then disabling this interrupt all goes well. Then I would like to use the same timer for enother interrupt, re enabling the timer interrupt (same timer) ca...
by TaliG
Thu May 04, 2017 12:18 pm
Forum: Bug reports
Topic: pic18F47K40 I2C compilation error
Replies: 2
Views: 2823

Re: pic18F47K40 I2C compilation error

Hi

Compilation error gone for good :D :mrgreen:

Thanks a lot!
George
by TaliG
Thu May 04, 2017 7:23 am
Forum: Bug reports
Topic: pic18F47K40 I2C compilation error
Replies: 2
Views: 2823

pic18F47K40 I2C compilation error

Hi

I tried to play with the DS1307 rtc exampe last night and I got this error.
by TaliG
Wed Apr 12, 2017 8:11 pm
Forum: Flowcode V7
Topic: Programmer settings for Flowcode 7
Replies: 8
Views: 5740

Re: Programmer settings for Flowcode 7

Hi, Can you please run flowcode as administrator (left click on flowcode icon and run as administrator) then check if you can save without crashing. (just to rule out any windows permision isues) Also try to use "save as" and choose a diferent physical drive (first choose your main then any other) a...
by TaliG
Tue Apr 11, 2017 3:36 pm
Forum: Flowcode V7
Topic: pic 18f47k40 timer interrupt problem
Replies: 11
Views: 9494

Re: pic 18f47k40 timer interrupt problem

Thanks Benj!

Compilation errors gone.

Sadly , I could not get a PWM output to work though :(

Thanks for your help!
by TaliG
Mon Apr 10, 2017 11:04 pm
Forum: Flowcode V7
Topic: pic 18f47k40 timer interrupt problem
Replies: 11
Views: 9494

Re: pic 18f47k40 timer interrupt problem

I am very sorry. My mistake on unpacking and replacing the files :oops: Timer0 tested and works nicely on the hardware IOC fixed and works on the harware. INTn Pin fixed and works on hardware. Very nice job with INTnPin and IOC pin select properties. :D About the PWM Im getting this compiler error P...
by TaliG
Mon Apr 10, 2017 11:44 am
Forum: Flowcode V7
Topic: pic 18f47k40 timer interrupt problem
Replies: 11
Views: 9494

Re: pic 18f47k40 timer interrupt problem

Hex compile test with INTon Pin :(

I could not get timer0int to work :(

Thank you for your great support :) I will investigate the rest when i come back from work.
by TaliG
Mon Apr 10, 2017 7:43 am
Forum: Flowcode V7
Topic: pic 18f47k40 timer interrupt problem
Replies: 11
Views: 9494

Re: pic 18f47k40 timer interrupt problem

Hi, Timer interrupts tested and working on hardware except timer0. Interrupt On Change (IOC) produces the same compiler errors like TimerInterupt did. Also on the options menu only RB4-7 and only on both edges is available to choose from, while in the datasheet Port A, B, C and pinRE3, rising or fal...
by TaliG
Fri Apr 07, 2017 7:51 pm
Forum: Flowcode V7
Topic: pic 18f47k40 timer interrupt problem
Replies: 11
Views: 9494

Re: pic 18f47k40 timer interrupt problem

Amazing! :shock:

I will test tomorrow and confirm but I am quite confident it is going to work :D

Many thanks!