PSoC Designer 5.2 - Bootl.tpl changes

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

cross mob
pushekm_21
Employee
Employee
10 likes received 5 likes given First like received

 In PSoC Designer 5.2, boot.tpl has been updated to be able to preserve the contents of custom ISR across the PSoC Designer updates. In this new version of boot.tpl, banners have been added. These banners will preserve the ISR code added in boot.tpl when you ugrade your boot.tpl as a part of future PSoC Designer release.

   

 

   

Release notes of new PD5.2 is attached.

0 Likes
1 Reply
Anonymous
Not applicable

Why not PSoC designer support a custom banner to preserve the code written by the user in library files....... This is going to help developes a lot ...

   

 

   

Say for example, if there is an assembly file which the user need to modify. He inserts the code within a predefined banner. User can place this banner anywhere he wants in the code.

   

example: XYZ.asm

   

......

   

Instruciton1

   

Instruction2

   

Instruction3

   

......

   

 

   

Modified XYZ.asm , modified by user

   

   

......

   

Instruciton1

   

/* PRESERVE -START */

   

CUSTOM INSTRUCTION1

   

CUSTOM INSTRUCTION2

   

/* PRESERVE -END*/

   

Instruction2

   

Instruction3

   

......

All code within the preserve banner should be preserved next time the user presses the regerenate button....   

   

 

   

This should help people trying to experiment with library files given by Cypress.

0 Likes