question for size of dct area

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

cross mob
Anonymous
Not applicable

Dear,

Could you let me know the size of dct area?

I am testing OTA and got an issue with dct_read_write example.

When I try to OTA function with the size about 600Bytes of dct_read_write_app_dct_t, it doesn't work.

If I reduce it to 500Bytes around, the OTA function works.

That's why I'm asking.

Thank you.

0 Likes
6 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

The DCT1 and DCT2 sizes are 16K.

Could you please share the details of your setup?

Thanks,

Seyhan

0 Likes
Anonymous
Not applicable

Really thanks for your help.

Could you tell me what do you want to see in detail with examples?

Have a good day.

Gideon

0 Likes

Hi,

Are you using the dct_read_write example as-is or did you make specific updates?

Thanks,

Seyhan

0 Likes
Anonymous
Not applicable

He may use the example.

I will check it with another engineer and let you know it if you want more

detail.

Thank you.

Gideon.

0 Likes
Anonymous
Not applicable

Seyhan,

They made one project and are merging some example source code in snip.

Of course, they used dct_read_write example.

Could you let me know how can I check the DCTs sizes that they are using?

Thank you.

0 Likes

Hi,

Here is one of the possible ways:

- Debug your application then suspend it.

- Using "Expressions" tab add "sizeof(platform_dct_data_t)" to expression list to find out dct size in bytes.

-Seyhan