Search found 42 matches

by OderlandoRSilva
Wed Jan 07, 2026 2:17 pm
Forum: General
Topic: Problems using a 0.96" 128x64 OLED display
Replies: 4
Views: 195

Re: Problems using a 0.96" 128x64 OLED display

Hi Ben. The display is working fine now. Thank you so much for that.
by OderlandoRSilva
Wed Jan 07, 2026 8:11 am
Forum: General
Topic: Problems using a 0.96" 128x64 OLED display
Replies: 4
Views: 195

Re: Problems using a 0.96" 128x64 OLED display

In the test using the Arduino IDE, I was able to use the other pixels. I don't know why there's this limitation in the flowcode.
by OderlandoRSilva
Tue Jan 06, 2026 5:34 pm
Forum: General
Topic: Problems using a 0.96" 128x64 OLED display
Replies: 4
Views: 195

Problems using a 0.96" 128x64 OLED display

I'm trying to use a 0.96" 128x64 pixel OLED display, but I haven't been successful so far. The pixels on the X-axis seem to work fine, but the pixels on the Y-axis only work up to pixel 55. Any character placed between Y-axis 55 and 63 will not appear on the display. In the example, I used a sq...
by OderlandoRSilva
Mon Nov 10, 2025 10:04 am
Forum: General
Topic: Error compiling for STM32F030K6T6 using FlowCode 11
Replies: 3
Views: 682

Re: Error compiling for STM32F030K6T6 using FlowCode 11

I managed to solve the problem.
I copied the original flowchart to a new folder and deleted the files generated by the problematic compilation in the old folder. After that, I was able to compile normally again.
by OderlandoRSilva
Mon Nov 10, 2025 8:28 am
Forum: General
Topic: Error compiling for STM32F030K6T6 using FlowCode 11
Replies: 3
Views: 682

Error compiling for STM32F030K6T6 using FlowCode 11

I'm trying to compile my flowchart for the STM32F030K6T6 using the new version of flowcode 11 that I purchased, but I'm getting this error. The flowchart compiles normally in version 10, but not in version 11.
What could this be?
by OderlandoRSilva
Thu Nov 06, 2025 11:30 pm
Forum: Bug Reports
Topic: Error Compiling STM32 (solved)
Replies: 10
Views: 1522

Re: Error Compiling STM32 (solved)

Hello. I also had the same problem when trying to compile my flowchart for the STM32F030K6T6, as the same warning was displayed during the compilation attempt. I edited the "STARM_CAL_String.c" file and initialized the variable in question with the value 0, and the compilation then worked ...
by OderlandoRSilva
Thu Sep 04, 2025 12:27 pm
Forum: General
Topic: Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?
Replies: 2
Views: 1494

Re: Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?

Hello, Ben. All right. I appreciate your dedication. Thank you very much.
by OderlandoRSilva
Tue Sep 02, 2025 10:45 am
Forum: General
Topic: Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?
Replies: 2
Views: 1494

Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?

I hadn't noticed before that flowcode offers the option to use an emulated EEPROM. That's quite interesting. STMicroelectronics says it's possible to create an EEPROM on STM32F0 microcontrollers by applying AN4061 notes, but I'm not sure if this is possible in flowcode. The Flash EEPROM component do...
by OderlandoRSilva
Mon Aug 25, 2025 9:22 am
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 84
Views: 391670

STM32C0 Microcontrollers

Are there any plans to add support for STM32C0 microcontrollers in the future?
If not, I would like to know if you are working on any other model.
by OderlandoRSilva
Mon Aug 11, 2025 10:55 am
Forum: General
Topic: Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software
Replies: 2
Views: 2679

Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software

Hello. I created a flowchart for the ESP32-WROOM-32 module using FlowCode. I need to send the file to someone who doesn't have FlowCode so they can flash an ESP32 module. I tried using the 'ESP32 FLASH DOWNLOAD TOOL' software to write the .bin file to memory, but after burning, the code doesn't run ...