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

Update of DocID029289 Rev1

Posted on March 13, 2017 at 18:12Hi,I am using the Steval-3DP001V1 with the DocID029289 Rev1 does anyone know if there is an update of this doc because with the code on gitHub Marlin4ST in Eclispse Luna the path doesn't match with thoses descriped i...

STM32F407 TIM1CC

Posted on March 12, 2017 at 18:33I can't seem to get TIM1's CC channel 1 ISR to fire. FanTimerHandle.Instance =TIM1;  memset(&sConfig, 0, sizeof(sConfig));  /* Initialize TIMx peripheral as follow:       + Period = 0xFFFF       + Prescaler = 0      ...

Sample Point CAN Bootloader?

Posted on February 19, 2017 at 21:38I am currently reading the AppNote AN2606 and AN3154 to use the CAN Bootloader.But in the AppNotes I found no information to the CAN timings.Can someone tell me how the sample point must be adjusted to communicate...

LAN8742A_PHY_ADDRESS wrong address

Posted on March 02, 2017 at 15:02I do have the same issue https://community.st.com/0D50X00009XkgMqSAJ  with the code generated for the stm32F2 device.Additionally some values are not correct, below is the value we should have (based on the demo for ...

Adalgiso by Associate II
  • 548 Views
  • 5 replies
  • 0 kudos

CubeMX - FatFS - SDIO not working

Posted on July 09, 2014 at 11:09Hello,I'm trying to make working the fatFS thought SDIO-4bits but I have the same problem on 2 different boards (devkit and custom board with STM32F437).All the code is generated by cubeMX (v4.3, firmware 1.3).The MX_...

campbiel by Associate II
  • 1256 Views
  • 9 replies
  • 0 kudos

Resolved! STM32L1xx clear DMA TC / ADC_EOC flags?

Posted on March 09, 2017 at 11:01 Hello! I would like to use the ADC with DMA in order to do the following: - manually start the ADC in (discontinuous) scan mode - sample 3 channels - put the adc result with DMA to some array. - no...

kaloyan by Associate III
  • 600 Views
  • 3 replies
  • 0 kudos

STM32L-Discovery - ITM_SendChar lost chars

Posted on March 12, 2017 at 23:30 Hi, I used to use the ITM_SendChar with STM32F3 Discovery board in the past with no problem. === Now I wanted get an text output from another VCOM-less board - the STM32L-Discovery. I configured the S...

Resolved! ADC synchronization to TRGO2 and TIM break

Posted on March 10, 2017 at 15:03On STM32 F7 I'm using ADC injected conversions triggered by TIM1 TRGO2 signal (OC5 rising).In case TIM1 break2 is triggered what should happen to ADC injected conversions? Will break2 disable all PWM outputs includin...

Labels