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

STM32F334R8T6 can not read memory

Posted on April 12, 2018 at 10:08I have designed a board with STM32F334R8T6. The STM32 pins are configured as in the attached file (I do not think there is a problem here since I have already used the same configuration without problems). The microc...

NUCLEO-F767ZI CAN bus example

Posted on March 27, 2018 at 12:17Hello, is there a working example for CAN bus on NUCLEO-F767ZI board? I tried to search the STM32F7-Cube and was not successful. Thank you in advance! Vaclav#can-interface #stm32f7

Resolved! Migration from STM32F105 board to STM32F411 board

Posted on April 09, 2018 at 08:27Hi every body,Really I need your help in order to see if there are any extra change in the schematic side.Right now I use the same board used for STM32F105 to my new STM32F411.What I did:  - I just change the old mic...

Resolved! what is the difference between Transmission complete Interrupt(USART_CR1_TCIE) and TXE interrupt enable(USART_CR1_TXEIE) .

Posted on April 11, 2018 at 11:01My  code is run on STM32F427ZIxxSET_BIT(huart2.Instance->CR1, USART_CR1_TXEIE);void USART2_IRQHandler(void){ /* USER CODE BEGIN USART2_IRQn 0 *//* USER CODE END USART2_IRQn 0 */ HAL_UART_IRQHandler(&huart2); /* USER ...

Injection fails -- sometimes!

Posted on April 12, 2018 at 01:41 STM32L151R8 - I'm using the Injection channels with a 4 channel sequence. The conversion is handled by software and is repeated immediately (on a different set of data). This works fine for a while. Eventually, t...

Labels