nordic-tiago / thingy53_sensor_hub

2 stars 0 forks source link

Unable to build and run thingy53_nrf5340_cpuapp_ns target successfully #1

Open zpm1066 opened 8 months ago

zpm1066 commented 8 months ago

@nordic-tiago Thank you for the effort on the Thingy:53 Sensor Hub. It's much appreciated.

The current code build thingy53_nrf5340_cpuapp & thingy53_nrf5340_cpuapp_ns targets and run successfully with Toolchain 2.3.0 & SDK 2.3.0

I'm able to build configurations thingy53_nrf5340_cpuapp and thingy53_nrf5340_cpuapp_ns for NCS 2.5.2. However, only thingy53_nrf5340_cpuapp target runs successfully after increasing CONFIG_MAIN_STACK_SIZE and disabling Preinitialization related to Thingy:53 DFU in CMakeLists.txt.

Do you mind updating the sensor hub work with NCS 2.6.0 and thingy53_nrf5340_cpuapp_ns target? Thanks.

zpm1066 commented 8 months ago

Updated sensor hub for NCS 2.6.0 thingy53_nrf5340_cpuapp_ns targe. Runs fine.