Search found 139 matches

by ronaldlijs
Wed Apr 14, 2021 6:53 pm
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Re: Support for PIC18F55K42

Hi Ben, Many thanks for the insight... All right I understand completely then! If I was made aware of this, I wouldn't have chosen this MCU, not a problem for me, I wanted a 5V powerful MCU with high I/O count at a low cost 55K42 came on top. And it's very flexible with the PPS options tbh. But unde...
by ronaldlijs
Tue Apr 13, 2021 9:29 pm
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Re: Support for PIC18F55K42

Hi guys, Is it difficult to get support for this chip, i.e. to generate a custom file to support this chip or is it too complicated to get it right? Wouldn't I be able to do this myself and use as a base the file for PIC18F45K42 and modify it to get support for PIC18F55K42? The main difference betwe...
by ronaldlijs
Tue Apr 13, 2021 9:25 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Thanks Ben,

The display is 256x64 pixels.

What I'll do is to mimic he init routine the Egineer from Buydisplay gave me and see if that inits the display correctly. If not, I'll get back to them, if it does, then we would have moved a step forward.

Regards
R
by ronaldlijs
Fri Apr 09, 2021 7:54 am
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Hi guys,

The people from Buydisplay have shared a demo code that should work with this display for your reference.

Thanks!
by ronaldlijs
Wed Apr 07, 2021 11:16 am
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Re: Support for PIC18F55K42

Thanks Martin for clarifying!

Ok in that case it would be great to get support for PIC18F55K42.

Cheers!
R
by ronaldlijs
Wed Apr 07, 2021 7:52 am
Forum: Bug Reports
Topic: 18F55K42.fcdx is missing
Replies: 1
Views: 2533

18F55K42.fcdx is missing

Hi guys, PIC18F55K42 is supported in FC8, but it seems 18F55K42.fcdx is missing from folder: C:\Program Files (x86)\Flowcode v8\DefaultData\FlowcodeV8\FCD\PIC Strangely enogh 18f55k42.cfgdata 18f55k42.cfgmap 18f55k42.cgen.inc 18f55k42_g.lkr p18f55k42.h pic18f55k42.h pic18f55k42.inc are all present, ...
by ronaldlijs
Wed Apr 07, 2021 7:49 am
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Re: Support for PIC18F55K42

Hi guys,

Can you remove this post as it's not in the right place. Iwill create one entry under Bug Reports.

Cheers!
by ronaldlijs
Wed Apr 07, 2021 7:41 am
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Re: Support for PIC18F55K42

Hi guys, Strangely enogh, there are 2 files: pic18f55k42.h and pic18f55k42.inc under C:\Program Files (x86)\Flowcode\Compilers\pic\include and 18f55k42.cfgdata under C:\Program Files (x86)\Flowcode\Compilers\pic\dat\cfgdata So I don't get why this MCU is not showing on the list :-( I see what's happ...
by ronaldlijs
Tue Apr 06, 2021 10:59 pm
Forum: Feature Requests
Topic: Support for PIC18F55K42
Replies: 7
Views: 4317

Support for PIC18F55K42

Hi there, Would it be possible to get support for PIC18F55K42? Flowcode already supports PIC16F45K42, which is exactly the same chip family, only with fewer pins. The ones in green are already supported by Flowcode, we just need support for the one in yellow... PIC18F_Support.jpg Many thanks in adva...
by ronaldlijs
Thu Apr 01, 2021 12:50 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Any more thoughts on this one?

Cheers,
R
by ronaldlijs
Wed Mar 24, 2021 6:52 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

One more thing, the contact from BuyDisplay gave me a quick example routine to clear the display as follows. void Clear_ram() { unsigned char x,y;  Write_Instruction(0x15);  Write_Data(0x00);  Write_Data(0x77);  Write_Instruction(0x75);  Write_Data(0x00);  Write_Data(0x7f);  Write_Instruction(0x5C);...
by ronaldlijs
Wed Mar 24, 2021 6:42 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Hi ben, It's strange, it still doesn't work. With the component source, I did expose the WirteCommand and WriteData functions so I could play with those from the FC8 propram. I can send a command followed by data to the display and works fine, for example set brightness level. But I'm not sure how t...
by ronaldlijs
Wed Mar 24, 2021 1:40 am
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Some more on this. I can control the brightness of the display, so there is communication and the display is responding for sure to the commands.

The Init routines seem fine, but the Clear Display is indeed doesn't work :-(
by ronaldlijs
Tue Mar 23, 2021 11:11 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

OK commands didn't make any difference.

Seems that when I enable the display with command 0xAF then the noise shows.

I have asked the supplier to help with what could be wrong here, so might take some time before I get any news about this one.

Thanks!
by ronaldlijs
Tue Mar 23, 2021 10:03 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Hi Ben,

Yes there seem to be some minor differences in the init routines between the FC8 SSD1322 component and the LCD I'm using. So will adapt, test and report back.

Really appreciate providing the source, it makes things so much quicker to fix.

Again cheers for this!
by ronaldlijs
Tue Mar 23, 2021 9:42 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

Re: SSD1322 Init Doesn't Work

Hi Ben,

Very kind of you and super quick, thanks! I will keep you posted with any news.

Cheers!
R
by ronaldlijs
Tue Mar 23, 2021 8:06 pm
Forum: Bug Reports
Topic: SSD1322 Init Doesn't Work
Replies: 13
Views: 6032

SSD1322 Init Doesn't Work

Hi guys, Flowcode 8.2.2 (latest version). We are using an SSD1322 in parallel mode (Interface Type: 8080) with a PIC32MZ. When I try to initialize the display, it just shows rubbish on the screen :-( SSD1322_Init.jpg We are sure the PIC32MZ is running at correct speed and not crashing as we have a s...
by ronaldlijs
Mon Nov 30, 2020 9:42 pm
Forum: User Components
Topic: GLCD Bitmap Drawer for more than 1 Object
Replies: 7
Views: 4644

Re: GLCD Bitmap Drawer for more than 1 Object

Hi Martin,

Sorry for the late reply and many thanks for your suggestions. Will check this when I have a chance.

Regards!
R
by ronaldlijs
Sun Nov 29, 2020 6:44 pm
Forum: Flowcode V8
Topic: 96x32 OLED SSD1316 I2C Supported?
Replies: 3
Views: 2124

Re: 96x32 OLED SSD1316 I2C Supported?

Hi all,

No-one can help?

Thanks,
R
by ronaldlijs
Mon Nov 02, 2020 8:08 pm
Forum: User Components
Topic: GLCD Bitmap Drawer for more than 1 Object
Replies: 7
Views: 4644

Re: GLCD Bitmap Drawer for more than 1 Object

Thanks Martin and Ben. Ben sorry for my ignorance, I didn't quite get the bit about copying the existing routine... What routine exactly? Obviously I am unable to open BitmapDrawer.fcpx to have a look at the routine, otherwise fine... Is there any way to dynamically change the gLCD Object Property o...
by ronaldlijs
Sat Oct 31, 2020 7:14 pm
Forum: User Components
Topic: GLCD Bitmap Drawer for more than 1 Object
Replies: 7
Views: 4644

GLCD Bitmap Drawer for more than 1 Object

Hi guys, Just wondering if it is possible to reuse bitmaps for more than one GLCD Object. Our setup has got 4x OLEDs in total driven by PIC32MZ (1x Parallel 8088 SSD1322 and 3x Buffered SSD1306 and we were looking for a way of being more efficient when storing bitmaps in ROM by sharing the same bitm...
by ronaldlijs
Thu Sep 24, 2020 5:08 pm
Forum: Bug Reports
Topic: PIC32MX + USB HID + CAN Doesn't Compile
Replies: 3
Views: 3266

Re: PIC32MX + USB HID + CAN Doesn't Compile

Thanks Ben,

No problem for that, I had dsPIC33EP runinng with CAN before and worked like a charm, if USB also works on the device, then that'll do it... we wouldn't need support for USB on PIC32 for now.

Cheers!
R
by ronaldlijs
Wed Sep 23, 2020 6:32 pm
Forum: Bug Reports
Topic: PIC32MX + USB HID + CAN Doesn't Compile
Replies: 3
Views: 3266

Re: PIC32MX + USB HID + CAN Doesn't Compile

Hi there, If you want to investigate why this is not working it would be really great. I have now tried with dsPIC33EP256MU806, i.e. USB HID + CAN Bus + I2C RTC + SPI FLASH and it does compile and doesn't give any errors, so will give this MCU a try and report back if something doesn't work when I g...
by ronaldlijs
Tue Sep 22, 2020 10:13 pm
Forum: Bug Reports
Topic: PIC32MX + USB HID + CAN Doesn't Compile
Replies: 3
Views: 3266

PIC32MX + USB HID + CAN Doesn't Compile

I've got a simple program with both USB HID and CAN Bus (Internal) Component on PIC32MX530F128H. The program compiles fine with just USB HID component. The program compiles also fine with just CAN (Internal) component. But it gives an error when both components are present in the program. D:\Project...
by ronaldlijs
Tue Sep 22, 2020 7:57 am
Forum: Bug Reports
Topic: FC 8.2 + PIC32MZ + USB HID
Replies: 23
Views: 9173

Re: FC 8.2 + PIC32MZ + USB HID

We can use PIC32MX here as the circuit will be mostly for interfacing, it doesn't need all the MZ features or power... we just needed CAN Bus, USB and many peripherials... So I have tried PIC32MX530F128H with the USB HID Component and compilation works fine :D I will go ahead with this MCU and when ...