User Activity

Dear,I’m working with a B-L072Z-LRWAN1 Discovery Board and AT_Slave sample code of CubeExpansion_LRWAN_V1.2.0.I being able to JOIN to a Gateway, but when I try to send a frame to the Gateway with command AT+SEND= ...   , the most of trials I get an A...
Hello,I’m working with a B-L072Z-LRWAN1 Discovery Board and AT_Slave sample code of CubeExpansion_LRWAN_V1.2.0.I being able to JOIN to a Gateway, but when I try to send a frame to the Gateway with command AT+SEND= ...   , the most of trials I get an ...
Hello all,I have a NUCLEO-L073RZ with SX1272MB2DAS LoRa RF Expansion board and I’m not being able to run the firmware “End_Node�? provided in I-CUBE-LRWAN (1.2.0).The problem comes when “SystemClock_Config�? is called in main:void SystemClock_Config(...
Posted on November 18, 2016 at 14:45Hi all,I have an odd behavior on my STM32L051 trying to enter in STANDBY mode.  I would be pleased if you could help me. My program repeat endless cycles activity and Standby.Once the firmware boot and after some ...
Posted on August 25, 2015 at 09:21Hello Sirs,I�m trying to jump to Bootloader memory (embedded in STMF030xx) from my user application.The code that I try is as follow:typedef  void (*pFunction)(void);pFunction Jump_To_Bootloader;uint32_t JumpAddress...