Search found 137 matches

by Alan_37
Wed Jan 17, 2024 4:24 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 3397

Re: STM32F401 UART

hello again ,

Are these problems fixed in V10 ? cos I was considering to upgrade
by Alan_37
Tue Jan 16, 2024 6:37 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 3397

STM32F401 UART

Hi , I am working with Flowcode V9 Target STM32f401 and i have this problem where sometimes UART stops responding and only an MCU restart can bring it back . After some investigation I found out that this happens if i try to transmit data and at the same time Data is recived . So to investigate furt...
by Alan_37
Sat Jan 13, 2024 10:48 pm
Forum: General
Topic: Hex To String
Replies: 2
Views: 661

Re: Hex To String

Hi Kersing

Yes it works Thanks very much for your quick reply
by Alan_37
Sat Jan 13, 2024 9:45 pm
Forum: General
Topic: Hex To String
Replies: 2
Views: 661

Hex To String

Hello ,

How do I convert an Array of hex Byte's to String Example :

HexArray = AA 1C 2D 5E 2F

I want the string to look like the following

String = AA,1C,2D,5E,2F


Anyone can help Please
by Alan_37
Wed Dec 06, 2023 12:33 am
Forum: Bug Reports
Topic: STM32F401 UART
Replies: 8
Views: 9207

Re: STM32F401 UART

Hello , have the last question

Regarding setting UART Parity

For the Even Parity to work UART properties -> Data bits has to be set to 9
so if I want to set the parity back to NO Parity , the data bits has to be set back to
8 , how can I do that within a C code block ?

Thanks
by Alan_37
Tue Dec 05, 2023 8:49 pm
Forum: Feature Requests
Topic: UART baud rate
Replies: 5
Views: 7151

Re: UART baud rate

Here is the code For changing the baud

Code: Select all

MX_UART_NUMBER_1.Init.BaudRate = 600;
Thanks to LeighM

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

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: 9207

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: 7151

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: 9207

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