Topic

FAQ
Login Register
Telink IDE project optimization level
Oct 05, 2023 23:12

/

A

/A

By default, every sample project in Single connection SDK for tlsr8258 has build setting with Optimization level -O2 ( if opened in Telink IDE). Is this a strict restriction for all cases? Should the FW and SoC HW work fine, if we change for other variants (O1 or Os)?


I've already tried to switch one of my long-developed projects to -Os (to get smaller fw image), which utilize BLE radio, SPI, I2C, UART, Timer and some other peripherals, including handling the dedicated IRQs. And after that change, looks like the FW app doesn't really start well. So i wonder if there some rules to follow when changing build Optimization level, unspecified by Telink?


1 replies
TL_Soyo Oct 07, 2023 10:52
0
/A

Hi,

  It is not recommended to modify the optimization level. All tests are completed under O2