RTA Knowledge Base

Introduction

Scope

This application note will shows how to upgrade a simple project form RTA-BSW 3.0.0.010743pr to RTA-BSW 3.1.0.011456pr. The following steps are necessary to align the project configuration to the new features supported in the latest version of RTA-BSW.

Preconditions

The current project runs correctly the BSW configurator and code generator with no issues.

Fee page configuration

RTA BSW 3.0.0.010743pr defines the Fee page configuration in a separate file not generated by BSW configurator generator. For instsance RTA-SK defines those parameter in FeeTC275EcuCValues.arxml.

RTA-BSW 3.1.0.011456pr allows the definition of those parameter via algo.properties files. To upgrade to this functionality remove FeeTC275EcuCValues.arxm from the project and add the following settings in algo.properties

manprop_FeeGeneral/FeeRbSectorTable=\
FlsRbPageSize:8,\
FeeRbFastCacheInitActive:true,\
FeeRbHeaderRecheckActive:false,\
FlsRbErasedValue:0x0,

manprop_NumberOfFeeRbSectors = 2

manprop_FeeGeneral/FeeRbSectorTable/FeeRbSector_ALL=\
FlsRbSectorSize:196608,

NB: the parameter indicated are dedicated for the target Tricore TC275

Generate RTA-BSW configuration and code

  • Run RTA-BSW configuration generation
  • Run RTA-BSW code generation
  • Build the software
  • No labels