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

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
  • 265 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...

I2C Deinit on Master system reset

Posted on May 22, 2017 at 11:05Hello,I'm working on a project in which there is an inter-board I2C link between the master MSP430F5438A and the slave STM32F207IG. Now whenever the master MSP430 resets(due to the external watchdog), the PE bit (Perip...

Labels