STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL Timer IRQ Handler

Posted on July 10, 2015 at 22:34I'm trying to configure Timer2, and I've initialized it as follows based on some sample code, but I'm not sure how I'm supposed to handle the IRQ it generates. Usually I would use TIM2_IRQHandler for example, but some...

daniel2 by Associate II
  • 1320 Views
  • 1 replies
  • 0 kudos

STM32F302 Max SysClock

Posted on July 13, 2015 at 02:48I'm trying to configure my sys clock to be 72MHz but I'm not clear on how to do this. In the system file has this:    /*  PLL configuration: PLLCLK = HSI/2 *16  = 64 MHz Max frequency on PLL HSI mode*/    RCC->CFGR &=...

daniel2 by Associate II
  • 663 Views
  • 4 replies
  • 0 kudos

STM32CubeMx with STM32F107 and LwIP question ??

Posted on July 14, 2015 at 15:24 Guys, I tried to run LwIP on my STM32F107, the code is generated from STM32CubeMx, I used ethernet for it RMII, and Here's the code : void MX_LWIP_Init(void) { IP_ADDRESS[0] = 10; IP_AD...

stm3210c-eval: problem implementing Uart on lwip example...

Posted on July 14, 2015 at 15:10Hi I have stm3210c-eval, I use stm32cubef11.zip as base. I imported LwIP_TCP_Echo_Client  and ping works.    I tried to implement uart capabilities on the LwIP_TCP_Echo_Client project. I first imported UART_TwoBoards...

zoharfi by Associate
  • 255 Views
  • 0 replies
  • 0 kudos

STM32F429 Discovery - PCB specifications

Posted on July 01, 2015 at 15:07Hi all, i've downloaded the gerber files for the F429 Discovery board, i can open the gerber files and see the board layout, what i cannot see is the lay-up of the 4-layers pcb. Can anyone tell me about it? Thanks Alb...

DMA enabled ADC with FreeRTOS

Posted on August 19, 2014 at 05:39I enabled ADC with DMA as such: With the DMA continuous requests, the program will just loop in DMA1_Channel1_IRQHandler and the FreeRTOS thread will never run. Does anyone have any idea how to resolve this? I have...

0690X00000603JQQAY.jpg
jephua by Associate II
  • 1009 Views
  • 2 replies
  • 0 kudos

noob question: DAC or GPIO Analog? STM32F3-Discovery

Posted on July 08, 2015 at 19:07Hi, I have got the need to track a continuously changing value and I had the idea to use D/A conversion to convert my variable into a voltage and track it with an oscilloscope or even voltmeter. Which should this be d...