cancel
Showing results for 
Search instead for 
Did you mean: 

DAC registers not accessible in Keil

Muzahir Hussain
Associate III
Posted on May 10, 2018 at 20:21

Keil uvision4 does not allow to read/write to DAC registers of STM32F103RB. What should I do?

0690X0000060B2XQAU.png

Thanks!!!

#stm32f103rb #keil-uvision #dac
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on May 10, 2018 at 20:31

>>Keil uvision4 does not allow to read/write to DAC registers of STM32F103RB. What should I do?

Use real hardware, Error 65 indicates the feature/register is not supported by the *simulator*

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
henry.dick
Senior II
Posted on May 10, 2018 at 20:24

Read the datasheet to see why it is accessible?

Posted on May 10, 2018 at 20:31

>>Keil uvision4 does not allow to read/write to DAC registers of STM32F103RB. What should I do?

Use real hardware, Error 65 indicates the feature/register is not supported by the *simulator*

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..