Skip to content

Can this LoRaMac-node work on STM32F103C8T6 (blue pill)? #1055

Answered by mluis1
shabaz-git asked this question in Q&A
Discussion options

You must be logged in to vote

The STM32F103C8T6 doesn't look to be suitable to run this stack.

This MCU has 64KB FLASH memory. Compiling this project provided basic example in release mode gives already a memory usage bigger than 64KB. And your application will most certainly increase the required amount of memory.

Could you please provide the link for the Semtech documentation where it is said that the minimum MCU requirement is 12KB of FLASH?

Looking at following link it is said that minimal FLASH size is 128 KB FLASH memory.
https://lora-developers.semtech.com/library/tech-papers-and-guides/mcu-memory-management/

Also in following document it is said that the minimal FLASH size is 128 KB and the recommendation is 2…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shabaz-git
Comment options

@mluis1
Comment options

Answer selected by mluis1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1054 on March 05, 2021 09:14.