im new with stm iar embedded workbench , im working with STM32CubeExpansion_LRWAN_V1.3.1, so i have a prob cant find where is my sensor are declared if anyone can help
im new with stm iar embedded workbench , im working with STM32CubeExpansion_LRWAN_V1.3.1, so i have a prob cant find where is my sensor are declared if anyone can help
I'm not an expert of this tool, so I added the LoRa topic for more help.c
Checking the I-CUBE-LRWAN firmware function pack (2.0.0 version), I can see that the drivers for the sensors can be found in the \Drivers\BSP\Components.
Then, in the UM2073 user manual at p. 38 there is the End_node application description that might be of your interest: the specific project can be found in the \Projects\B-L072Z-LRWAN1\Applications\LoRaWAN\LoRaWAN_End_Node\EWARM, and the file dedicated to the sensors' configuration should be the sys_sensor.c.