News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

RadSTM32 update

Started by KetilO, November 25, 2024, 05:03:37 AM

Previous topic - Next topic

KetilO

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


Biterider

Hi KetilO
Works nicely. Thank you!  :thumbsup:

Biterider

KetilO

Hi


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

KetilO

KetilO


KetilO

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