STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Regarding ADC error

Posted on November 27, 2017 at 09:22Dear all.I measured ACD input increasing the voltage by 10mVdc. but, there are non-nonlinear points.As the datasheet, ED and EL are +-1.5LSB and +_2LSB. It seems that my measurement result is bigger than them.Coul...

0690X00000608xjQAA.png 0690X00000608xeQAA.png

High frequency PWM by SW

Posted on November 28, 2017 at 11:25Hi All,Based on STM32F072, how can I generate high-frequency PWM(41.6KHz) by software GPIO mode?And moreover for read, how to do PWM input by software? is it possible to capture such high-frequency PWM input?Thank...

STM32L431: Enable USART rises IDLE ISF

Posted on November 28, 2017 at 11:46Hi all,I'm using the STM32L431RB device and wanna implement UART communication with DMA and IDLE line interrupt functionality. In principle everything is working with one exception:After enabling USART the IDLE fl...

S. L. by Associate
  • 214 Views
  • 0 replies
  • 0 kudos

Resolved! ST develop tool

Posted on November 28, 2017 at 01:49Hi,Now we need to develop the STM32F103 FW, I want to if ST provide any free IDE for FW development? Best Regards,Kent

kent gu by Associate III
  • 376 Views
  • 3 replies
  • 0 kudos

question regarding map file stm32 & IAR

Posted on November 28, 2017 at 11:23The following 3 line are at the end of my map file produced by IAR.Does anyone know what the '(+ 976 absolute) ' part means?  15 550 bytes of readonly  code memory   1 088 bytes of readonly  data memory   3 020 by...

Can I generate code IAP with CubeMX?

Posted on November 28, 2017 at 10:04I can't find Vector table modifying option with CubeMX.how should I do?0x8000000 basically Bootloader area0x8000400 Application area.I already know IAR setting. but I don't know how to generate code with CUBE MX.

I2C

Posted on November 27, 2017 at 17:17I am using two STM32 L432KC board to test I2C function (one for master and another one for slave) running the sample code from 'I2C_TwoBoards_AdvComIT'.  Seems like I never get the event interrupt and never reach ...

Resolved! About Min_Heap_Size and Min_Stack_Size

Posted on November 21, 2017 at 07:12Hi,my STM32F302R8 Device with 64KByte FLASH, 16KByte RAM.I configured Min_Heap_Size and Min_Stack_Size in file 'stm32_flash.ld' as below._Min_Heap_Size = 0x400;_Min_Stack_Size = 0x1000;While build the project code...