Conversione from PSOC creator to Keil uVision

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
GiCe_1042476
Level 1
Level 1
First like received

Hi All

   

I' convert a BLE project for CYBLE-022001-00 from PSOC Creator to Keil uVision 5.21.​

   

All conversion is OK but unfortunatly at the end of compilation this message appear:

   

".\UVBuild\UserInterface.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST."

   

This mean that compiler is unable to find these sections.

   

The generated file cm0start.c doesn't contain any of these section and Keil suggest to include a startup.s files to avoid this error.

   

Someone convert a Creator project to uVision project ?

   

There is a startup.s files to include to avoid this error ?

   

There is a particular scatter file for linker to avoid this error ?

   

Let me know

   

Thanks

3 Replies
Anonymous
Not applicable

Hi,

   

Please create a Tech Support case so that our engineers on investigate more on this issue.

   

Regards,

   

-Madhu Sudhan

0 Likes
Anonymous
Not applicable

HI 

   

Cypress have solved problem.

   

By default psoc creator create a Keil project with the linker that use a default scatter file that isn't compatible with Cypress.

   

You must change the linker as image

   

   

The scatter files is in the generated folder and the library under Export.

   

That's all....

   

Thanks to cypress guy

   

Giacomo

   

 

   

 

   

0 Likes

In my Keil the edit of Scatter File is not available. What should I do?

0 Likes