URGENT STM32 f030 bootloader from user software
Posted on March 18, 2015 at 12:28How to call stm32f030 bootloader from user software? Any example in IAR? Thanks
Posted on March 18, 2015 at 12:28How to call stm32f030 bootloader from user software? Any example in IAR? Thanks
Posted on February 08, 2015 at 19:29How to make IP-Phone?, Its Main question.I have some experiences on audio broadcasting with STM32 (UDP+RTP+[aLaw-uLaw]).I don`t know how to complete it to make a IP-Phone.I know SIP stack is needed too. but I don`...
Posted on March 18, 2015 at 11:53The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 27, 2015 at 13:39STM32CubeMx v4.6.0 STM32F4 v1.4.0 1. After close and open CubeMx project (create for STM32F4DISCOVERY), i see ADC1 config error (in the previous version of the same here): 2. I set USART speed 57600, it work on 115...
Posted on March 11, 2015 at 11:21 Hi I am new to Stm32 devices and am trying to get the discovery working for basic functions.I have followed the manual to set up and run the GPIO pins, But I donot seem to get it working. The examples pro...
Posted on February 26, 2015 at 18:39Hi all, I'm using L1 series for the very first time. The code is generated with CubeMX 4.6.0 and built with MDK 5.12.0. I've had Cube MX copy the device library into the project directory. My board carries an STM3...
Posted on March 09, 2015 at 19:27 CubeMx version: 4.6.0Target: STM32L152VBTxI configured SPI1 as a full duplex master.I put MISO on PE14Cube configured the GPIO as a standard input.It wouldn't let me set it to Alternate function.I was able to over...
Posted on September 15, 2014 at 17:26Hi,STM32F334 has a great HRTIM capable of driving up to 5 half bridge converters, but it has only 2 ADC that share the same interrupt, how to trigger the ADCs in 5 different points?Ari
Posted on March 17, 2015 at 13:51Hi,I'm quite new to Stm32 development and tried cube for the first time last weekend,I'm using the STM32VLDISCOVERY board, (which by the way was not in the available list of predefined boards in Cube) (but selecting...
Posted on February 17, 2015 at 13:25When creating a project for the STM32103CBT6 where ADC1 is configured with 'Scan Conversion Mode' set to 'Enable' the code is generated incorrectly in MX_ADC1_INIT (adc.c).The generated code shows: hadc1.Init.Sca...