Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 2 months ago.
When compiling for the FREEDOM K64F Hello World I get a warning L6312W:...
I also get this issue with another project, I have tried to insert _RTE_ in the macros as suggested in other threads to do with this but have been unable to solve the problem.
Warning: L6312W: Empty Execution region description for region RW_IRAM1 in "tmp/9TrLfe", Line: 124, Col: 3
I think it's probably the same problem as this - https://os.mbed.com/questions/86541/FRDM-K64F-Program-Not-compiling-AFter-an/
I have also tried on mbed studio, the error does not re-appear but the program does not work,
Regards,
Josh
1 Answer
5 years, 2 months ago.
Hi Joshua,
I will suggest you try to run this our official blinky example.
https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-blinky/
I imported it into online compiler and compiled it to platform K64F, it works well.
Regards, Desmond