STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Transfer of Right Aligned ADC data to the User defined variable using multiple channels ADC (STM32F4)

Posted on November 28, 2017 at 16:53Dear all,I have configured ADC - 1 channel with DMA to retrieve data. It all works fine. Now, I am trying to use the same ADC (ADC1, DMA2_Stream0) to use 2 channels (channel 12 and 13). uint16_t ADC_Value[2] = {0,...

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
  • 274 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
  • 491 Views
  • 3 replies
  • 0 kudos

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