STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 + LwIP + FreeRTOS: ethernet fritz

Posted on May 25, 2017 at 08:24If CHECKSUM run by SOFTWARE ethernet fritz in some packets (spam).//#define CHECKSUM_BY_HARDWARE in lwipopts.hEthHandle.Init.ChecksumMode = ETH_CHECKSUM_BY_SOFTWARE; in ethernetif.cHow can i fix it?

pestov by Associate II
  • 122 Views
  • 0 replies
  • 0 kudos

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
  • 152 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
  • 197 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
  • 149 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...