Search found 143 matches

by Alkaline
Thu Dec 24, 2020 11:30 am
Forum: Flowcode V8
Topic: Merry Christmas!
Replies: 11
Views: 7112

Re: Merry Christmas!

Hi

a Merry Christmas and a Happy New Year to you all
by Alkaline
Mon Dec 21, 2020 2:39 pm
Forum: Flowcode V8
Topic: FC9
Replies: 4
Views: 3641

Re: FC9

Hi David

I sent you the credentials via PM
by Alkaline
Mon Dec 21, 2020 2:11 pm
Forum: Flowcode V8
Topic: FC9
Replies: 4
Views: 3641

Re: FC9 Bug & New forum Issue

Hi

Any updates on previous requests?
by Alkaline
Thu Dec 17, 2020 5:48 pm
Forum: Flowcode V8
Topic: FC9
Replies: 4
Views: 3641

FC9

Hi everyone I am currently unable to access the new website and have not yet been able to unblock the situation. David is taking care of it. Today I started porting the projects from version 8 to the new version but there is a little problem The STM32 timer component does not exist in the new versio...
by Alkaline
Thu Dec 10, 2020 11:23 am
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35452

Re: Flowcode 9

Hi I have been using flowcode for several years, and compared to other development tools it has helped me a lot. I agree on some criticisms, less on others. The world is full of development tools and flowocode doesn't necessarily have to be the universal tool. I don't think matrix people think about...
by Alkaline
Wed Dec 02, 2020 4:20 pm
Forum: Flowcode V8
Topic: ESP8266 as target chip
Replies: 43
Views: 37416

Re: ESP8266 as target chip

Hi Benj

sorry I had not seen the post!

As for i2s I would be very happy if you implement it. Willing to help the implementation in any way!

Kind Regards
by Alkaline
Wed Dec 02, 2020 4:08 pm
Forum: Flowcode V8
Topic: ESP8266 as target chip
Replies: 43
Views: 37416

Re: ESP8266 as target chip

Hi

I would like to ask you some questions about esp32.

Which chips are supported?

Which modules are supported?

Is i2s supported or is support planned in the future?
by Alkaline
Thu Nov 26, 2020 10:01 am
Forum: Bug Reports
Topic: STM 32Nucleo
Replies: 23
Views: 13823

Re: STM 32Nucleo

Hi

I also use an ili9341 and the problem I encounter with versions 13-14 while the 12 works correctly.

I also use a stm32 mcu. However, the connection is parallel 8 bits
by Alkaline
Sun Nov 22, 2020 1:51 pm
Forum: Feature Requests
Topic: STM32G474CE new chip
Replies: 0
Views: 40097

STM32G474CE new chip

Hello to all

maybe in the next version of flowcode it is possible to add this chip?

There are many peripherals you can use, including a sai port ideal for audio.

Thanks
by Alkaline
Thu Nov 12, 2020 7:52 pm
Forum: Flowcode V8
Topic: No life!
Replies: 9
Views: 3984

Re: No life!

I am very curious to try the new version! :D
by Alkaline
Wed Oct 21, 2020 1:31 pm
Forum: Bug Reports
Topic: Lut & comments
Replies: 0
Views: 39520

Lut & comments

Hello If I try to insert comments inside the lut table it seems that the comments are not ignored correctly. For example in the image attached in the red box there are the data with the comments that I insert in two different lut. The first with the name "NOCOMMENT" gives me the data correctly In th...
by Alkaline
Fri Oct 16, 2020 11:14 am
Forum: Flowcode V8
Topic: STM32F407 UART/USART
Replies: 3
Views: 3994

Re: STM32F407 UART/USART

Hello I rewrote part of the program for you. If you use the interupts it is a good idea that the macro called by the inteurp does not introduce delay ect. In this case the function receives a character from the uart port and puts it in a buffer. This allows to receive more characters, to store them ...
by Alkaline
Fri Oct 02, 2020 8:35 am
Forum: Flowcode V8
Topic: STM32F042 Nucleo!
Replies: 2
Views: 1812

Re: STM32F042 Nucleo!

HI in attachment you will find the version with the clock set at 48 mhz I don't have the card to test but it should go. Furthermore, if the speed was still not sufficient I solved it by changing the clock source from internal (HSI) to external (HSE) I use the external 32 MHz HSE clock You can get a ...
by Alkaline
Thu Oct 01, 2020 5:06 pm
Forum: Flowcode V8
Topic: Implementing Watchdog on stm32f030
Replies: 2
Views: 2111

Re: Implementing Watchdog on stm32f030

Hi LeighM

Thank you for the example

As soon as I try it I'll let you know!

Regards
by Alkaline
Wed Sep 30, 2020 8:19 am
Forum: Flowcode V8
Topic: Implementing Watchdog on stm32f030
Replies: 2
Views: 2111

Implementing Watchdog on stm32f030

Hello

I would like to implement an independent watchdog within my program.

I tried to follow some examples on the internet but I couldn't get it to work (probably due to my inexperience)

Is it possible to post an example of how to configure it?

Kind regards
by Alkaline
Mon Sep 28, 2020 5:45 pm
Forum: Feature Requests
Topic: triangles and trapezoids in glcd component
Replies: 2
Views: 3813

Re: triangles and trapezoids in glcd component

Hello Benj I would also need them filled to create more complex geometric shapes. In fact, with the triangle and a little work I would be able to create trapezoids and other figures. Now I'm making the volume icons with simple rectangles. I managed to make them more pleasant using bitmaps but they t...
by Alkaline
Mon Sep 28, 2020 4:12 pm
Forum: Feature Requests
Topic: triangles and trapezoids in glcd component
Replies: 2
Views: 3813

triangles and trapezoids in glcd component

Hi to all

I wanted to know if there is any possibility of including triangles and trapezoids as drawable shapes from i glcd like ili9341

Regards
by Alkaline
Fri Sep 25, 2020 9:54 am
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hi I saw the example and implemented a similar thing. In the macro that I have implemented first I disable the interrupts then I reinitialize the uart and the interrupt.I think this is fine too. I also inserted a counter to see how many times it resets . At this moment the reset of the Uart and the ...
by Alkaline
Thu Sep 24, 2020 2:46 pm
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hi LeighM About the connection i am using the same platform i used before with a pic32 where i never encountered the problem. Both the level translator and the connector are identical. About the timer could you put me an example in the program that I loaded you just to be sure to do it correctly? Re...
by Alkaline
Tue Sep 22, 2020 9:29 pm
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hello
I was unable to complete all tests without the system returning the error.
The UL865 telit module continues to respond to commands sent to it but the interrupt appears to be blocked.
Tomorrow I will test the system again.
by Alkaline
Tue Sep 22, 2020 11:54 am
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hi LeighM

The system is working, for the moment everything is ok.

I'll update you at the end of the evening. Thanks so much for the support !!!!

Regards
by Alkaline
Fri Sep 18, 2020 1:42 pm
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hi LeighM ok! edit: In yellow is the led / pin that signals the interrupt and in pink the transmission. There is a 179us delay from the arrival of the data to the interrupt uart_00.jpg edit2: I was able to replicate the problem. The module keeps sending replies but the interrupt doesn't seem to work...
by Alkaline
Fri Sep 18, 2020 11:06 am
Forum: Flowcode V8
Topic: stm32 & usart
Replies: 19
Views: 9887

Re: stm32 & usart

Hello everyone i still couldn't fix the uart blocking problem. I have attached the recent version of the routine that manages the gsm module. Occasionally the uart crashes and I can't restore the connection with the gsm module unless restarting the system. From what I can understand this is a timing...
by Alkaline
Wed Sep 09, 2020 4:54 pm
Forum: General Programming
Topic: Gameduino Display
Replies: 6
Views: 5726

Re: Gameduino Display

impressive!!! Hi Martin I read your post about the project and it's really nice. I would like to try to use the chip in question on the current display I have which is capable of being driven in 18 bit RGB mode. the display is 2.8 inches with ili9341 chip and 320 * 240 resolution so theoretically it...
by Alkaline
Tue Jul 14, 2020 11:24 am
Forum: Flowcode V8
Topic: remotely updatec lookup tables
Replies: 3
Views: 1891

Re: remotely updatec lookup tables

Hi Martin yes, on board I have an eeprom (it's small I will have to enlarge it). in the project will have to update 3 lookups of 4 KB each Following your reasoning I could do it this way. through uart I receive the data and put it in a buffer. This buffer transfers the data in a temporary lookup and...