Recently, we started developing our new project using the nRF52832 as our controller.
We are using Segger Embedded Studio (5.42a) as our IDE.
My question is: Are there any issues while using float variable arithmetic operations in Segger Embedded Studio? Are there any additional changes needed to make in the IDE while using float variables?
Our project involves reading advertising packets from nearby temperature sensor beacons, extracting the temperature from these packets, and printing it to the log console. When we take the bits for temperature and humidity, convert them, and then calculate the actual temperature and humidity using float variables, we are getting junk values or unexpected results.
SDK: nRF5 SDK 17.0.2
IDE: Segger Embedded Studio 5.42a
Controller: nRF52832
