User Activity

I am trying to build a Lora-End-Node application for STM32L476RGT6 + a separate Semtech SX1272 chipt attached to it. The only exampüles are for Nucleo boards. In addition the code is stringly nested, so that it is difficult to understand. ST sure did...
I trying to port STM32CubeExpansion_LRWAN_V1.3.1 for the evaluation board B-L475E-IOT01A2. I managed to whittle the errors down to 2. In both cases i am getting unknown type name '__RAM_FUNC'; did you mean '__ARM_FP'?in a HAL file stm32l4xx_hal_flash...
I have a B-L475EIOT01A2C evaluation board with SX1272 MBed Shield (SX1272MB2xAS).I'm trying to understand the samples in the en.i-cube_lrwan file structure which I downloaded from LoRaWAN software expansion for STM32Cube.When I load for example End_N...
I have a B-L475EIOT01A2C evaluation board. Is it possible to use the LoRa software expansion for STM32Cube in order to address the SX1272 MBed Shield (SX1272MB2xAS) which fits on the evaluation board?
on the SMT32L475 Discovery kit IoT, I would like to implement the following commands from Arduino:Serial1.begin(BPS, SERIAL_7N2); Serial1.print(msg)   while (Serial1.available()) { t = Serial1.read(); wmsg[ct] = t; ct++;   *bufflen = ...