This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-AM243: MCU SDK questions

Part Number: LP-AM243

Hi,

I have questions from my customer.
Board: LP-AM243 rev.E3
MCU SDK

Q1) The customer wants to configure Tick time to 10us.
It seems syscfg cannot configure it less than 100us.
Is it possible to configure tick period = 10us?
The customer wonders it can be manually configure by changing;
timerParams.periodInUsec = 10 in ClockP_freertos_r5.c/ClockP_init()
But it is not clear it may cause any side effects.

Software > Clock
 Instance TIMER8
 Input Clock Frequency (Hz) 25000000
 Input Clock Source MCU_HFOSC0
 Tick Period (usec) 100             <== Want to change it to 10.

Q2) The customer wants to evaluate https server and client.
But it seems no examples for https nor TLS.
Do you have such examples?

Thanks and regards,
Koichiro Tashiro