2015-03-20 04:14 AM
Hi Dear Friends,
I'm new to this STM32 so kindly help me to know, How can I read STM32 Registers ? I need to see the Register data in my desktop, so I need to make use of any software like putty or GTKterm kind of things ?? Please help me regarding the same, Thank you all in advance..2015-03-20 05:26 AM
Use a debugger, and connect to yout target MCU.
I need to see the Register data in my desktop, so I need to make use of any software like putty or GTKterm kind of things ??That would require the explicit cooperation of code running on the target.
2015-03-20 06:10 AM
With appropriate semi-hosting
printf(''%08X\n'', SPI1->SR);