User Activity

Hello,I am trying to develop a FreeRTOS application which need to detect/read/write an NFC tag.I managed to make the NFC part work (based on ST's example code), but after changing my task stack size, a usage fault occurs (FORCED, INVSTATE).After a fe...
Hello,I'm working on a custom board, using STM32L072 (Murata LoRa module), and it does not seem to boot when powered up, unless I trigger a manual reset.The board is powerd via USB (with a 3.3V LDO), and the supply reach 3.3V within 370µs.The reset i...
Hi,I am working on a custom device, based on Murata CMWX1ZZABZ, running both Sigfox and LoRa.Regarding Sigfox, I would like to use my own Sigfox Credentials, acquired direclty from Sigfox (not from Murata). However, the only documented process I can...
Hello,I am trying to restart a STM32L072 into DFU bootloader mode (using STM32 LoRa Discovery kit) .The bootloader is working and I can use it to flash my firmware using a jumper between BOOT0 and VCC.Now I would like to enter bootloader from source....