TSA not work

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TSA not work

398件の閲覧回数
Ayaz
Contributor III

Hi

I am using an S32K344 board, I have implemented the FreeMaster driver into my project, i can R/W by FreeMaster tool  through using elf file, now  I am trying to  use TSA instead but it is not working, I am using the protocol as seen below :

Skærmbillede 2024-02-19 160213.png 

Then I initialized the table as seen below:

 

Skærmbillede 2024-02-19 160708.png

this file is  a .c file, but i do have init and poll  in the main file

Skærmbillede 2024-02-19 160930.png

but still, I can not read data without an elf file??

 

I used P&E Micro Communication Plug-in

Skærmbillede 2024-02-19 163342.png

it may be a connection issue Skærmbillede 2024-02-19 171102.png

タグ(1)
0 件の賞賛
1 返信

355件の閲覧回数
iulian_stan
NXP Employee
NXP Employee

Hi @Ayaz,

Could you check if TSA feature is enabled in freemaster_cfg.h:

#define FMSTR_USE_TSA           1   // Enable TSA functionality

The error message you see is related to the incorrect RAM address range in "Communication Buffer Address" section (S32K344 SRAM starts at 0x20408000). FreeMASTER scans that RAM region for a buffer defined in the communication driver. You can find the exact address in the map file and set that value into "Buffer Address" field, ex:

.bss._pdbdm    0x204084c4      0x100 ./FreeMASTER/src/common/freemaster_pdbdm.o

 Capture.PNG

 

0 件の賞賛