Hi,I wrote an application for the BME680 sensor on the LoRa-e5 (based on STM32WLE5JC).At the begin everything works normal but after about 70 minutes no more messages come to uart.in the Error Log I got this message:eclipse.buildId=Version 1.10.1
jav...
Hi,I'm usin the seed LoRa-e5 with the BME680.I want send the output of the sensor through uart to the console. The thing is, that most of the output values are float.I'm using the LoRaWAN_End_Node sample as base.Regards,Johannes
Hi,I've integrated the HardFault handler (works with div by 0) but i dont get a Hardfault in my code. I also didn't get an ErrorHandler error.What can I do now?
I have the same problem if I try only UART. After 70 minutes no more measurments comes over UART.I dont know how debugging in run mode to see whats happen if it's stop.
Hi,that was not my question.I know how enable the float settings.To precise my question:I use APP_LOG respectively UTIL_ADV_TRACE_COND_FSend() to write to uart.I dont know if it is possible to write float with APP_LOG. If yes what specifier I must us...