We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am new and doing my first steps with the ARM Cortex evaluation board from Keil. I want to read a SPI device at SPI2 and I want to use the ST library. Everything is fine and compiles and downloads, BUT when I ran the program then I got an : *** error 65: access violation at 0x40003800 : no 'read' permission
When I type MAP then I see, that there is no read write defined for the SPI2 location.
Does anybody know, what has to be done, that the map is setup correctly, when using the SPI2 with the ST library ?
Any help would be great.
Uwe Renschler
"it seem's (sic) to cure a lot of wierd problems"
The only problems it will fix are those related to using stuff that's defined in the stdint.h header - part of the standard 'C' library.
It has absolutely nothing whatsoever to do with the error at hand!