Export to Keil uVision issue with solution re Scatter File

16 Oct 2018

Please note the export to Keil UV5 generates the project files in a zip so that you can compile under that IDE. However it was noted that the scatter file location pointing to a github location rather that the local file/folder structure This produces a hard fault, error so that the linker cannot complete

The location EXPORTED in the zip file is as follows:- "/filer/web_data/repo_dicts/github.com/armmbed/mbed-os/c9e63f14085f5751ff5ead79a7c0382d50a813a2/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/TOOLCHAIN_ARM_STD/stm32f429xx.sct"

It should be(for local usage):- ".\mbed-os\targets\TARGET_STM\TARGET_STM32F4\TARGET_STM32F429xI\device\TOOLCHAIN_ARM_STD\stm32f429xx.sct"

NB I have only tested for stm32f429zi (others may be affected)

11 Jan 2019

Hi Martin, Did you find a way to fix this??