Search found 3 matches

by Marniftarr
13 May 2021 23:15
Forum: mikroPascal PRO for ARM General
Topic: FloatToStr issue for Mikroe-M4 (STM32F415)
Replies: 2
Views: 1312

Re: FloatToStr issue for Mikroe-M4 (STM32F415)

No , does not working for me ! Problem still exists. I read this thread. The "michaF" member promised that he will testing new conversation lib but disappeared from forum.. Yesterday I replaced my old __Lib_Conversions.emcl with new in M4 folder. No positive results. I have latest Mikropascal versio...
by Marniftarr
12 May 2021 11:51
Forum: mikroPascal PRO for ARM General
Topic: Problem with conversion FloatToString
Replies: 8
Views: 2939

Re: Problem with conversion FloatToString

Hi all. I have same issue.

I replaced "__Lib_Conversions.emcl" file. The problem is not solved.

I have Mikroe M4 with STM32F415RG controller.

Any solutions ?
by Marniftarr
12 May 2021 11:12
Forum: mikroPascal PRO for ARM General
Topic: FloatToStr issue for Mikroe-M4 (STM32F415)
Replies: 2
Views: 1312

FloatToStr issue for Mikroe-M4 (STM32F415)

Hi community !!! I have strange issue for my STM32F415. The functions FloatToStr returns vrong value if the divisor value between 0.5 and 1 For example - var A_str:String[30]; B:single; begin B:=0.65; FloatToStr(B,A_str); UART1_write_text(A_str); end; My uart decoder in oscilloscope , UART sniffer i...

Go to advanced search