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

EXTI events vs interrupts

Posted on November 29, 2016 at 21:50Hello there, I am having hard time understanding what is the difference between external interrupt and external event. I was always using the former. I would appreciate if someone could point out the practical dif...

JTAG Pins ...

Posted on November 29, 2016 at 13:17Hello, I'm designing a board and I want to add JTAG on my board. If I use a following schematic, will it work ? (I'm using STlink-V2 as a programmer and a debugger.)

Mujtaba by Senior
  • 781 Views
  • 3 replies
  • 0 kudos

CubeMX Feature Request

Posted on November 29, 2016 at 22:26Hello, I like CubeMX and would like to suggest a feature for the report generator. I use Nucleo boards a lot for development and small projects and the support for it is really great, but I always have to look up ...

valtin by Associate II
  • 336 Views
  • 1 replies
  • 0 kudos

STM32F303 SPI clock in read processing

Posted on November 10, 2016 at 06:14I have question about SPI communication on the STM32F303. Read processing from slave device(SD) in SPI does not go well. I expected that 1 is returned, but 0 is returned. I check program code and signal by oscillo...

kenji by Associate
  • 376 Views
  • 2 replies
  • 0 kudos

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
  • 295 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
  • 339 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
  • 493 Views
  • 1 replies
  • 0 kudos