Next Generation Emulation banner
1 - 3 of 3 Posts

· Registered
Joined
·
2 Posts
Discussion Starter · #1 ·
Hello,
Currently I am working under a project where we are searching for an open source (preferrably) emulator that can emulate the chip STM32L476RG with all the peripherals (like LoRa radio module, external flash and other sensor devices) connected to it to test our embedded firmware. Any suggestions are welcome. Thank you.
 

· Premium Member
Joined
·
18,905 Posts
Cortex-m is rather weak for game emulation so I assume its about IOT and similar uses.
Arm's fast models simulators with mbed-os (if your own firmware solution is incomplete) should suit your needs. You can debug and profile almost everything including networking, no idea if radio signals, interference and radiation can be without physical hardware but I presume you do have the chips and your uses will not mess their certifications.
 

· Registered
Joined
·
2 Posts
Discussion Starter · #3 ·
Cortex-m is rather weak for game emulation so I assume its about IOT and similar uses.
Arm's fast models simulators with mbed-os (if your own firmware solution is incomplete) should suit your needs. You can debug and profile almost everything including networking, no idea if radio signals, interference and radiation can be without physical hardware but I presume you do have the chips and your uses will not mess their certifications.
Hi,
Thanks for the suggestion, yes project is for IoT security. Will go through mbed fast models.
 
1 - 3 of 3 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top