Hello. What is the easiest way to convert a flowchart created in FlowCode to be used in C code form in the STM32 IDE?
I have no experience in C programming, so I would like to be able to convert my flowcharts created in FlowCode to be used in the STM32 IDE and also in other IDEs.
Search found 21 matches
- Sat Mar 15, 2025 8:37 am
- Forum: General
- Topic: Convert code created in FlowCode to the STM32 IDE
- Replies: 1
- Views: 367
- Thu Mar 13, 2025 8:20 am
- Forum: General
- Topic: Inclusion of new STM32 microcontrollers
- Replies: 0
- Views: 271
Inclusion of new STM32 microcontrollers
Hello. Are there any expectations of including new MCUs from the STM32 family in the flowcode, such as the STM32C0 or STM32L family, for example?
I was just curious to know.
I was just curious to know.
- Thu Feb 13, 2025 12:54 pm
- Forum: General
- Topic: Eeprom emulated on STM32F030K6T6 microcontroller
- Replies: 0
- Views: 793
Eeprom emulated on STM32F030K6T6 microcontroller
Hello. I saw that it is possible to use an emulated eeprom on STM32F0 microcontrollers, since ST itself published a notes application about it. I use the STM32F030K6T6 microcontroller a lot and I found this article: https://github.com/SayidHosseini/STM32F030K6T6EEPROMEmulation. I have never done thi...
- Mon Jan 13, 2025 4:32 pm
- Forum: General
- Topic: Problem with 0.96" TFT display ST7735
- Replies: 5
- Views: 996
Re: Problem with 0.96" TFT display ST7735
I hadn't realized that. Thank you very much for your help.
- Mon Jan 13, 2025 11:52 am
- Forum: General
- Topic: Problem with 0.96" TFT display ST7735
- Replies: 5
- Views: 996
Re: Problem with 0.96" TFT display ST7735
There is also another thing that made me curious. The blue and red colors are switched. When selecting the red color, the blue color appears. When selecting the blue color, the red color appears. Does this happen with your displays too?
- Mon Jan 13, 2025 11:46 am
- Forum: General
- Topic: Problem with 0.96" TFT display ST7735
- Replies: 5
- Views: 996
Re: Problem with 0.96" TFT display ST7735
Hi Martin, I was actually thinking about this possibility. Your test reinforces this possibility. I have ordered different samples to test, but your information is very helpful to me. I really appreciate your input.
- Mon Jan 13, 2025 6:19 am
- Forum: General
- Topic: Problem with 0.96" TFT display ST7735
- Replies: 5
- Views: 996
Problem with 0.96" TFT display ST7735
I recently received some 0.96" ST7735S TFT displays and decided to test them. In the picture of the display you can see that the available communication pins are SCL-SDA-RES-DC-CS-BLK, but in FlowCode the available pins are MOSI-MISO-CLK-RES-DC-CS-BLK. So, I connected them as follows: CLK -----...
- Wed Dec 11, 2024 12:30 pm
- Forum: General
- Topic: Problem with 1.3 inch TFT display ST7789
- Replies: 1
- Views: 998
Problem with 1.3 inch TFT display ST7789
I was trying to use the display shown in the photo, but something wasn't working right. As simple as my code is, it doesn't work properly. I'm using an Arduino UNO. The problem: After the code is sent to the Arduino, the display remains without information. But, when I send the code to the Arduino a...
- Sun Aug 04, 2024 7:11 pm
- Forum: General
- Topic: Free Arduino Mega 2560. Why not?
- Replies: 0
- Views: 9426
Free Arduino Mega 2560. Why not?
I was thinking about the use of Arduinos nowadays. I usually use STM32, because they are cheaper and more competitive. However, I see that two very famous Arduino models are the Arduino Uno and Arduino Mega. I know that FlowCode now offers free support for the Arduino Uno, but the Arduino Mega is st...
- Sun Aug 04, 2024 2:54 pm
- Forum: General
- Topic: Data transmission between 2 STM32 microcontrollers
- Replies: 6
- Views: 4080
Re: Data transmission between 2 STM32 microcontrollers
So it is not possible to communicate with two peripherals on a single UART channel (Short distances)?