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

Resolved! STM32F3xx device driver / lib lack

Posted on May 23, 2017 at 18:02I dont know I must be wrong but I didn't find function call to change the dutycycle of a pwm so I wrote this and I added it to stm32F3xx_hal_tim.c/**  * @brief  Set the PWM DutyCycle.  * @param  htim: TIM handle  * @pa...

o gaste by Associate III
  • 210 Views
  • 2 replies
  • 0 kudos

Resolved! OPAMP output: VDDA overconsumption

Posted on May 22, 2017 at 15:35The STM32L471 Errata document states that:  An overconsumption can appear on VDDA in the following conditions:• a voltage VPAD is applied on PA3 or PB0 with VDDA+ 50 mV < VPAD < VDDA + 600 mV ...Our application uses ...

Chris1 by Senior III
  • 296 Views
  • 6 replies
  • 0 kudos

How to receive a lot of characters from USART???

Posted on May 22, 2017 at 14:13HI I want Receive characters from USART. I don't  know how much characters will be sentand the data that will be sent is too much. in interrupt mode i will receive amount interrupts and it is not good(for example 1000 ...

l90mehdi by Associate II
  • 229 Views
  • 4 replies
  • 0 kudos

relocation truncated to fit: R_ARM_THM_JUMP11

Posted on May 24, 2017 at 14:34Hello, I want to make a branch from startup file like this :Default_Handler:  b exception_panic  .size Default_Handler, .-Default_HandlerBut i'm getting this error : relocation truncated to fit: R_ARM_THM_JUMP11 agains...

Floating and printf not working

Posted on May 22, 2017 at 14:13Hello,I would like to print floating variable with printf but it is not working. i'm using a stm32l073 MCU that does not have any FPU. I'm activating  -u _printf_float  in my llinker but it doest not change anything. A...

Labels