User Activity

Posted on June 16, 2018 at 16:35 I've been trying to connect USART_1 with bluetooth hc-05 for the past few days, andI am unable to do so. The Microcontroller I am using is nucleo STM32F103RB. Here's the code (I am not using any library) #define...
Posted on June 08, 2018 at 19:51In Keil uvision I can define a memory region by using MAP command.MAP 0x3FFFFB44,0x3FFFFFF8 read writeOrI could use the Memory Map dialog from Keil ''Debug'' dropdown.However, what should I do to specify the memory re...
Posted on May 18, 2018 at 22:27What is the purpose of Left and Right Alignment of data in DAC?Secondly, In DAC_DHR12L1 do we need to manually shift the bits to the left to get them to right place or does it happen automatically?#dac #stm32f103rb
Posted on May 10, 2018 at 20:21Keil uvision4 does not allow to read/write to DAC registers of STM32F103RB. What should I do?Thanks!!!#stm32f103rb #keil-uvision #dac
Posted on May 08, 2018 at 19:46Firstly, what is the purpose of DHR (Data Holding Register) and DOR (Data Output Register)?Secondly, where does the data go after DOR register?Thanks!!!#dac #stm32f103rb #analog
Kudos from