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

Stm32f1xx and can problem + bug on CUBEMX library

Posted on November 24, 2016 at 12:52Hi, i have a little problem on Can program.If you call HAL_CAN_Init and after HAL_CAN_Deinit, when you call again HAL_CAN_Init, the function ''HAL_CAN_Init'' return always Timeout on CAN1.Its a bug ?And i found th...

Marco1 by Associate II
  • 270 Views
  • 2 replies
  • 0 kudos

STM32F769 Discovery emWin Hello World

Posted on November 24, 2016 at 21:42Hi,I’m  trying to use the STM32F769I_EVAL STemWin_HelloWorld project on the STM32F769 Discovery. Cube: STM32Cube_FW_F7_V1.5.0\Projects\STM32F769I_EVAL\Applications\STemWin\STemWin_HelloWorldThe application runs on...

paul2 by Senior
  • 322 Views
  • 1 replies
  • 0 kudos

STM32F0 CAN Bus Busy Error

Posted on November 23, 2016 at 17:15 I'm working with CAN bus and sometimes my code stop receiving CAN Messages, only send. The function below /* Receive */ if (HAL_CAN_Receive_IT(CanHandle2, CAN_FIFO0) != HAL_OK) { /* Reception E...

eng23 by Senior
  • 469 Views
  • 1 replies
  • 0 kudos

HSE clock bypass means?

Posted on November 28, 2016 at 03:20Recently, I read reference manual about stm32f4 rcc,but I have no idea about what is HSE clock bypass, I only know that there is a bit in RCC->CR for HSE BYPASS.I study the driver function RCC_HSEConfig()there are...

ctc.ctc by Associate II
  • 6123 Views
  • 5 replies
  • 0 kudos

LSE OSC Fail in STM32F107

Posted on November 27, 2016 at 07:22Dear,I am using STM32F107 with External 32KHz crystal and backup battery in my product.sometimes in power on, after:  RCC_LSEConfig(RCC_LSE_ON);then wait for LSE readey :while (RCC_GetFlagStatus(RCC_FLAG_LSERDY) =...

IDE and compiler for STM32L

Posted on November 08, 2016 at 09:37Hi,I've installed Coocox CoIde and ARM GCC compiler. But I cannot create new project in Coocox IDE as it shows error message in repository. I've STM32L152 discovery board and I've tried example codes provided. It ...

ashelke by Associate
  • 320 Views
  • 1 replies
  • 0 kudos

System Workbench Project Structure Question

Posted on November 23, 2016 at 15:02Hi, I have a question about the using of System Workbench and projects.When I download a firmware from ST website, usually I put the extracted folder in the System Workbench workspace, then click Import -> Existin...

STM32F756G-Eval LCD Pixel Format

Posted on November 28, 2016 at 18:01Hi. I'm trying to try something on LCD interface with the evaluation board. I want that the LCD module work with RGB565 interface but the colors are not correct when I set everything (or I'm thinking I set everyth...