Search found 141 matches

by Alan_37
Tue Dec 05, 2023 6:18 pm
Forum: Bug Reports
Topic: STM32F401 UART
Replies: 8
Views: 9278

Re: STM32F401 UART

You'r the best !

Thanks everyone for the quick help

Regards
by Alan_37
Tue Dec 05, 2023 3:50 pm
Forum: Bug Reports
Topic: STM32F401 UART
Replies: 8
Views: 9278

Re: STM32F401 UART

Hi, Yes ! that was the problem works perfectly now Thank you so much for your help. By any chance do you know what C code I have to use to change baud rate need to switch between 600 and 1200 . Also need to change Parity to even found the following code on the forum will it work ? HAL_UART_DeInit(&M...
by Alan_37
Tue Dec 05, 2023 10:21 am
Forum: Feature Requests
Topic: UART baud rate
Replies: 5
Views: 7196

Re: UART baud rate

Hi , Thanks for your reply

Yes that would be a good work around any idea
what to put in the C-Block to change the Baud

Working with stm32f401RC


Regards
by Alan_37
Tue Dec 05, 2023 9:02 am
Forum: Bug Reports
Topic: STM32F401 UART
Replies: 8
Views: 9278

Re: STM32F401 UART

HI good morning and thanks for your reply,

I don't understand what do I have to do, and how this
fixes the Bug in Flowcode.

Also are bugs still being fixed in V9 or just V10 now ?

Regards
by Alan_37
Tue Dec 05, 2023 1:42 am
Forum: Bug Reports
Topic: STM32F401 UART
Replies: 8
Views: 9278

STM32F401 UART

Hello ,

I am testing the UART Channel , on STM32f401RC and found the following problems .

1, Setting Custom Baud @ 600 will receive data at 9600
2, Setting the Baud 1200 ( Not Custom ) will receive data at 19200

Clock settings are set ok because @ 2400 and 38400 works fine

Using flowcode V9
by Alan_37
Tue Dec 05, 2023 1:07 am
Forum: Feature Requests
Topic: UART baud rate
Replies: 5
Views: 7196

Re: UART baud rate

HI , Thanks for your reply ,

Yes it there , but i was referring changing baud when code is running
this feature is already there but it dose not have the 600 option
it begins from 1200
by Alan_37
Mon Dec 04, 2023 9:01 pm
Forum: Feature Requests
Topic: UART baud rate
Replies: 5
Views: 7196

UART baud rate

Hi ,

This should be a very easy to do add

Uart Baud rate can be set programmatically but is missing the 600 Baud rate
is there any chance this could be added or even better make it custom baud rate.

I am using Flowcode V9

Thanks
by Alan_37
Mon Dec 04, 2023 8:56 pm
Forum: Feature Requests
Topic: ESP8266 Target Device
Replies: 11
Views: 19851

Re: ESP8266 Target Device

I also would be very interested to see the ESP8266 added to flowcode
by Alan_37
Thu Nov 30, 2023 12:17 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7752

Re: STM32f401 Not Working

Hi , is the memory part i was talking about in the section below that it is not correct , should be flash bytes = 262144 & ram = 65536 . <memory > <flash bytes='524288' /> <ram bytes='98304' /> </memory> Yes it finally worked with your clock settings also had to select HSE would not work on EXT, so ...
by Alan_37
Thu Nov 30, 2023 9:49 am
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7752

Re: STM32f401 Not Working

I understand hope it will be fixed soon