Search found 36 matches

by hiromiyureei
Thu Sep 04, 2025 12:46 pm
Forum: Feature Requests
Topic: Module HC12
Replies: 2
Views: 529

Module HC12

Good morning, assuming I love Flowcode, in addition to the RF ISM and RF Transceiver wireless modules, it would be interesting to add the HC12 module, given that the HC05 Bluetooth module is already available.
It would be nice to have this included in a future version.
Thanks
by hiromiyureei
Tue Sep 02, 2025 7:01 am
Forum: General
Topic: Direct Write to easypic7
Replies: 3
Views: 1069

Re: Direct Write to easypic7

Wow, it works perfectly and can be used with settings -e -w -pPIC$(chip) -f"$(outdir)$(target).hex"
This simple solution is very comfortable.
Thank you very much :D :mrgreen:
by hiromiyureei
Fri Aug 29, 2025 8:04 am
Forum: General
Topic: Direct Write to easypic7
Replies: 3
Views: 1069

Direct Write to easypic7

Good morning, I tried "write directly to the micro" with a Pickit 3 and 4 and it works, but I'd like it to be possible to write directly to an EasyPic 7 or 8, this one for example. https://www.mikroe.com/easypic-v7?srsltid=AfmBOorxXgr_FOkMvhYd_5j0AiewCL59XiZ1NND66WJuTsriGzeLruMa Thank you ...
by hiromiyureei
Fri Aug 29, 2025 8:02 am
Forum: Feature Requests
Topic: 7.0inch 16BIT Module SSD1963
Replies: 3
Views: 6452

Re: 7.0inch 16BIT Module SSD1963

I apologize for the huge delay I will try next week and let you know at the moment thank you very much
by hiromiyureei
Tue Oct 22, 2024 6:40 am
Forum: Feature Requests
Topic: 7.0inch 16BIT Module SSD1963
Replies: 3
Views: 6452

7.0inch 16BIT Module SSD1963

Hello I would like to use this 16 bit lcd
in flowcode I see that only 8bit how can I do?

http://www.lcdwiki.com/7.0inch_16BIT_Module_SSD1963
Thanks
by hiromiyureei
Mon May 06, 2024 3:40 pm
Forum: General
Topic: FLASH EEPROM not write
Replies: 1
Views: 1798

FLASH EEPROM not write

Good morning everyone, I'm trying to read and write data in the flash, but when I read it always returns 0, where am I wrong, is there anyone who can help me?
I attach the flowcode file
Thank you
by hiromiyureei
Tue Apr 23, 2024 2:17 pm
Forum: Bug Reports
Topic: EEPROM FCD error in compiler
Replies: 1
Views: 3047

Re: EEPROM FCD error in compiler

Solved, I checked the datasheet carefully and this microcontroller does not have the eeprom, but the flash memory, it would be nice if flocode would warn and not allow the insertion of the object.
by hiromiyureei
Tue Apr 23, 2024 1:39 pm
Forum: Bug Reports
Topic: EEPROM FCD error in compiler
Replies: 1
Views: 3047

EEPROM FCD error in compiler

Good morning, I'm using 32mx575f512h, when I use the eeprom component and insert
read or write the compiler gives me the following error message,
Where am I doing wrong?
by hiromiyureei
Wed Apr 17, 2024 6:09 am
Forum: Bug Reports
Topic: Because it doesn't respect the delay
Replies: 7
Views: 6765

Re: Because it doesn't respect the delay

Hi, I commented on the indicated line, actually the microcontroller does not block but continues, the only thing it transmits and receives.
by hiromiyureei
Fri Apr 12, 2024 1:41 pm
Forum: Bug Reports
Topic: Because it doesn't respect the delay
Replies: 7
Views: 6765

Re: Because it doesn't respect the delay

This is the simple project working tx can with rx can, I still have to understand why it doesn't want to work with flocode init, I'm waiting for someone expert to answer me.
Thank you