STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to get the unused flash location to use write

Posted on May 07, 2018 at 19:55 Hi , I was trying to write array of 10 element in to the flash. But it was writing to used code memory. I am using STM32F103C8T6 and keil compiler and code generated by cubemx. Here is my code. uint32_t...

SS.Sagar by Associate III
  • 1499 Views
  • 4 replies
  • 0 kudos

NUCLEO-F767ZIand Serial Wire Viewer

Posted on April 23, 2018 at 13:09Hello all,I am pretty new to the STM32 MCUs and I am trying to get around and learn new things. I have found a few tutorials presenting the SWV and it seems really good to be able to use it. However, even following t...

ST-LINK/V2 Pin Header

Posted on May 08, 2018 at 17:04Hello.I want to use theST-LINK/V2 to program a customSTM32F0microtroghtSWD.Taking a look atST-LINK/V2 User Manual(UM1075),I had a doubt aboutVAPPpins.Thesepins(1and2), are input or outputpins?I guess thesepinsare input...

0690X0000060B4SQAU.png

Generating PWM Waveform with STM32L011?

Posted on May 10, 2018 at 12:24Hi all,I'm new to using timers and I'm currently trying to generate a PWM Waveform so that I can use this to power some motors. At the moment I am testing the PWM Waveform via LED's rather than going straight to the mo...

Bug Report cubeMX 4.23 IAR code genereator

Posted on November 28, 2017 at 09:02HelloI use cubeMX 4.23 and have seen that the code generator for IAR itroduces absolute paths in the *.ewp project file in the include section and for all used library source files which are used in the project.I ...

F103 SDIO Init Problem

Posted on March 30, 2018 at 05:34The problem is when code run to HAL_SD_ConfigWideBusOperation(&hsd, SDIO_BUS_WIDE_4B), it always return HAL_ERROR.And then SD init failed and stuck in _Error_Handler function.MCU: STM32F103VETxCube MX Version: 4.25.0...

0690X00000604WUQAY.jpg
Zhi Pang by Associate III
  • 2296 Views
  • 7 replies
  • 0 kudos

Resolved! Working of DAC in STM32F103RB

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