The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: KetilO on November 25, 2024, 05:03:37 AM

Title: RadSTM32 update
Post by: KetilO on November 25, 2024, 05:03:37 AM
Hi

I have made a major update to the RadSTM32 package.
The update improves code complete capabilities
and fixes code parser bugs.
Se WhatsNew.txt and ReadMe.txt for more info.

How to:
Download zip and unzip to empty folder.
Copy all files (except .txt files) to C:\RadSTM32

Title: Re: RadSTM32 update
Post by: Biterider on November 25, 2024, 05:57:17 AM
Hi KetilO
Works nicely. Thank you!  :thumbsup:

Biterider
Title: Re: RadSTM32 update
Post by: KetilO on December 13, 2024, 01:21:00 PM
Hi


New upload.
There was a bug jn the environment setup in the ini files.

KetilO
Title: Re: RadSTM32 update
Post by: KetilO on December 13, 2024, 01:32:30 PM
Here is the zip
Title: Re: RadSTM32 update
Post by: KetilO on December 15, 2024, 11:32:51 AM
Hi

The STM32F4xxWords.api file is missing from the list of api files in STM32_F407.ini and STM32_F411.ini.
Replace the line:
Api=STM32F4xxStruct.api,STM32F4xxType.api,STM32F4xxEnum.api
With this:
Api=STM32F4xxStruct.api,STM32F4xxType.api,STM32F4xxEnum.api,STM32F4xxWords.api

KetilO
Title: Re: RadSTM32 update
Post by: KetilO on January 12, 2025, 03:29:51 PM
Hi

The update attempted to build *.cad files.
You can download the complete bugfix at:
https://sourceforge.net/projects/radasm30/files/RadSTM32/RasSTM32_Update/RadSTM32.zip/download (https://sourceforge.net/projects/radasm30/files/RadSTM32/RasSTM32_Update/RadSTM32.zip/download)

KetilO