STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Undefined refference arm_math.h functions

Posted on May 05, 2016 at 15:46Hello there, I am trying to use some functions from the arm_math.h library. The problem I am getting undefined reference to them. The compiler sees the structs from arm_math.h correctly though. I dont know what is the ...

stm32f4Discovery Fat_Fs problem

Posted on May 05, 2016 at 13:21 Could anyone help me with the fat fs and f_unlink function ? I have created a project in STM32CubeMX (version 4.0), then generated C code and MDK-ARM project. The project is in attachment. I ...

Found 2 bugs in HAL_I2C_Master_Transmit_DMA().

Posted on April 10, 2016 at 20:42Run the ''I2C_TwoBoards_ComDMA'' example in Master mode. And do not connect it to a slave board (to simulate NACK). And you will find that you get stuck in the infinity loop inside the  I2Cx_DMA_TX_IRQHandler(). When...

gtopba by Associate II
  • 917 Views
  • 4 replies
  • 0 kudos

stm32f429 nucleo + x-nucleo-idw01m1 (wifi shield)

Posted on April 29, 2016 at 23:43Hi,I've been utilising the x-nucleo-idw01m1 projects that come with the wifi shield on the STM32f401re nucleo board and they work great. I've decided to port one of the examples to use my 429zi nucleo project. I've g...

dman by Associate II
  • 681 Views
  • 2 replies
  • 0 kudos

STM32F042 blown up - what could be the reason?

Posted on April 12, 2016 at 11:39Hi there, we are prototyping a product that involves an STM32F042. It was working great but ... two units got the STM32 blown up! It just gets really hot and nearly pulls the VDD down.Some details and ideas:- We didn...

Stm32f429 GPS PPS measuring

Posted on April 20, 2016 at 09:38 Hi! I try to measure GPS PPS (pulse per second) duration by TIM2. Setting code: TIM_TimeBaseInitTypeDef TimeBaseInitStruct; TIM_ICInitTypeDef ICInitStruct; TimeBaseInitStruct.TIM_Prescaler = 0; TimeBaseIn...

0690X000006038gQAA.jpg

self programming

Posted on May 04, 2016 at 10:58hello every onei want to design stm board which  should has device firmware upgradebut in this case i have no access to boots pinsmy upgrade data will be send by 3g (GSM module) to board and 3g module just have serial ...

IAP: Command line tool to program Flash ROM of STM32 SOC

Posted on May 04, 2016 at 11:27Hi All,Sometime ago, I developed a bootloader for firmware update over the air (GSM/GPRS network) for STM32F0xx SOC; many thanks to ample information shared by the community members and ST's documentation. To make the ...

gmate1 by Associate II
  • 631 Views
  • 1 replies
  • 0 kudos

Low Power ADC readback issue on STM32L052x6

Posted on May 03, 2016 at 23:27We set ADC1 on the M0 micro-controller to listen to a GPIO pin. Under low power mode, the reading is shifted.The low power mode for ADC setup is as following:    .Instance = ADC1,    .Init.ClockPrescaler = ADC_CLOCKPRE...