STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How ''Disable Read Out Protection'' ?

Posted on October 03, 2012 at 18:13I have demoboard with STM32F417 and ST-Link v2. After some software fault, read out protection was activated. STlink utility print 20:07:57 : Connected via SWD.20:07:57 : Device ID:0x411 20:07:57 : Device family :S...

musatoff by Associate II
  • 15349 Views
  • 10 replies
  • 0 kudos

STM32 HAL_UART Receive

Posted on July 11, 2016 at 20:15We are using HAL_UART_Receive function as mentioned below in the code for testing:while(__HAL_UART_GET_FLAG(&huart1,UART_FLAG_RXNE)== RESET){};      {       for (uint8_t i=0; i < 5 ; i++)       {        HAL_UART_Recei...

vimmi by Associate II
  • 519 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F412 CDC feature fail from STM32CubeMx

Posted on April 26, 2017 at 04:42I using STM32CubeMx generate code for STM32F412 USB CDC mode, but it's not work. However, I using STM32F072 MCU that it's work now.Could anyone tell me what happened? 

Hugo Lin by Associate II
  • 695 Views
  • 2 replies
  • 0 kudos

Resolved! Minor error in CMSIS-mandated device headers (yes, in Cube)

Posted on April 26, 2017 at 12:22[STM32Cube_FW_F4_V1.15.0]\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4*.h:#define USART_CR1_TXEIE               USART_CR1_TXEIE_Msk                      /*!<PE Interrupt Enable                    */The comment i...

STM32F103 SPI configuration troubles

Posted on April 24, 2017 at 18:18 Hi all, I'm having hard times in configuring SPI communication with a M95128 eeprom; I'm using SPI1 on a STM32F103 mcu, with following connection scheme: PA.04 -> ~S (CS) PA.05 -> C (CLK) PA.06 -> Q (...

How to programme a powerstep01?

Posted on April 25, 2017 at 10:09Anybody who can teach me how to use a powerstep01 to drive the step motor?I have the demo boards and the powerstep01 works well with the demos and the download software from st.com.Now, i want to use another MCU (low...

Lin SS by Associate
  • 428 Views
  • 1 replies
  • 0 kudos