2016-11-17 10:47 AM
Hello,
today i received my Nucleo 64 STM32L476 Board. When i make a new Keil project with only SPI (without DMA) and generate and open the project i got an error while building the project: *** Scatter Error: no default 'Read/Write' range selected. I found no Scatter-file in the project folder and not much information in the www about that error. Can somebody explain me why i need a scatter file here and how it looks like? Many thanks Volker2016-11-17 11:01 AM
CubeMX makes an error in the memory setting of a keil project for the STM32L476. When i use Keil to gernerate a new project, then at IRAM1 and IRAM2 there is content in the fields. When i use CubeMx, then only in IRAM2.
2016-11-17 11:07 AM
With version 4.17.0 this bug was fixed.