ASR6501 freertos

Hi everybody.

I’m trying to implement a freertos in the cellcube module for LoRa, which uses asr6501 mcu. Do you know if is possible or i need an external mcu which controls the psoc+lora module?

Thanks in advance.

Interesting idea! Can you share some more details? Second development based on Arduino?

But as far as I know, I think this operation is a little hard. Complete porting the LoRaWAN stack is a large scale work, most unfortunately, ASR packed some timer relevant codes…

Hi everybody.

At last, I implemented the CellCube being controlled by a STM32 by a serial port, using AT commands. I had to code in IAR a driver which sends commands and read responses, comparing strings and checking if communicacion is successful.

1 Like

Great operation! :+1:

At least this can avoid the huge workload of migration the complete LoRaWAN protocol to the STM32 chip

1 Like