Tagged Questions
0
votes
0answers
20 views
Problem running C++ function from STM32's SRAM in Keil microVision
I'm using Keil uVision 4.6 to write a C++ program for SMT32F103RE.
I need to run one of my program functions directly from SRAM, so I devided my SRAM into two separate regions:
...
0
votes
1answer
641 views
STM32, Keil and *** error 65: access violation at 0x60000000 : no 'write' permission
I tried to run LCD software in Keil for STM32, but I got
*** error 65: access violation at 0x60000000 : no 'write' permission
Do you know how to solve that error ...