STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Querry regardung clock cycle in stm32f407

Posted on April 23, 2014 at 14:08Hi I am doing a simple thing in C basically witing it to the PORT I register short int a[1]  = {1,0}; short int *p = &a; while(1)   {          GPIOI->ODR |= *p;   } Basically fetching data from memory and writing it...

sanjib by Associate III
  • 256 Views
  • 4 replies
  • 0 kudos

stm32f439 supported compiler tool

Posted on March 14, 2014 at 07:03hi all as iam going to work on STM32F439 controller ,i come to know coocox tool is not supporting stm32f439 controller ,can any one let me know that what is the  supported compiler to proceed me further..thanks in ad...

STM32F417 ADC DMA synchronization

Posted on April 24, 2014 at 17:31Hi All, i'm running ADC example from STM's examples, and i'm having repeated values on 100kHz sinusoidal signal , probably it's not possible to sample it to have good resolution but it's only test for repeating , if ...

TIM_6Steps

Posted on April 23, 2014 at 16:54Hi all together, I want to test the TIM_6Steps from the ''STM32F4xx_DSP_StdPeriph_Lib_V1.3.0'' Library with the STM32F4-Discovery-Board which uses the STM32F407VGT6. The compiler does not send any error but I do not ...

Missing TIM4 definition??

Posted on April 22, 2014 at 22:05 Hello All, I trying the following configuration of TIM4 on STM32L152 void Timer4Init(void) { RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); // Zero cross in - counter start CH3 ...

Tom by Associate II
  • 275 Views
  • 3 replies
  • 0 kudos

STM32CUBE and USB framework

Posted on April 23, 2014 at 15:46Has the USB framework supplied with STM32CubeF4 been completely rewritten or is it  the USB-Host-Device_Lib_V2.1.0?

thierry1 by Associate II
  • 220 Views
  • 2 replies
  • 0 kudos

Bug HAL_NVIC_EnableIRQ(EXTI9_5_IRQn)

Posted on April 14, 2014 at 17:04Don't know if this is an oversight or normal. When I configure a pin with CubeMX to be ''External Interrupt Mode with Falling edge trigger detection'' for example, and enable the interrupt in the NVIC configuration, ...

joe by Associate II
  • 247 Views
  • 1 replies
  • 0 kudos
Labels