STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Hardfault during SRAM Code execution

Posted on October 14, 2017 at 16:36Hello, I am using stm32f407 discovery board and when i tried to execute the code stored in the SRAM i am getting hardfault exception . the instructions are indeed valid. i have attached the screenshot which shows t...

0690X00000608c7QAA.png
n.serina by Associate III
  • 609 Views
  • 6 replies
  • 0 kudos

Best way to combine reset signals for STM32

Posted on October 14, 2017 at 04:48Hi,I have a design that has two STM32s in it, for this application I would like them to be able to reset each other. On top of that, there would be the physical reset button and the SWD reset signal.What is the 'st...

Coratron by Associate II
  • 1206 Views
  • 3 replies
  • 0 kudos

STM32F405 No USB VCP generated from CubeMX

Posted on October 15, 2017 at 15:02Hello,I have a board with a Stm32F405, which is connected to my PC via USB.DFU flashing works well, but I cannot start a VCP Stack.I generated a project with STM32CubeMX, selected the FS-USB-Device and added CDC as...

0690X00000608cDQAQ.png

Could you explain about 'Timeout' argument?

Posted on October 14, 2017 at 08:12Hello, I'm high school student(not good at English...), very interested in STM32 board. I'm studying about SPI using STMCubeMX, and I know there is HAL_SPI_Transmit function.But I couldn't understand about 'Timeout...

0690X00000608bYQAQ.png

How does Timer implement to the EXTI ?

Posted on October 13, 2017 at 17:46Hi,Currently, I'm trying to implement the Timer to the EXTI.Especially, I'd like to watch the toggle input signal by EXTI in limited time.and I want to make a ACK signal like the following imageIf I set the count 3...

0690X00000608YaQAI.png

Resolved! DMA_InitTypeDef explanation

Posted on October 13, 2017 at 18:02Can someone explain me how to use the 'PeriphInc' in the DMA_InitTypeDef.I understood that it can read several address (is that right ?), but where I write the start and end adress ?

Timer Interrupt type documentation

Posted on October 13, 2017 at 18:00Greetings , I'm currently looking to implement a timer in input capture mode and trying to understand the workings of the timer in this mode , does anyone know where I can find an explanation for theTimer Break int...