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

CDC_Transmit_FS () with you stm32cube (LAST VERSION)

Posted on March 22, 2016 at 16:48Are you kidding? What sense has this function made in this way ?uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len){  uint8_t result = USBD_OK;  /* USER CODE BEGIN 7 */   USBD_CDC_SetTxBuffer(hUsbDevice_0, Buf, Len);...

Marco1 by Associate II
  • 142 Views
  • 0 replies
  • 0 kudos

STM32L15xyE marking layout

Posted on March 22, 2016 at 09:55In STM32L151xE/STM32L152xE datasheet  DocID025433 Rev 8 February 2016, the description of marking of packages (all 5 of them) is titled ''Marking of engineering samples''. This appears to imply that this marking desc...

Interrupt Handler

Posted on March 22, 2016 at 12:46Hi, I have two interrupt with different pre-emption priority.When the higher priority interrupt handler is executed, I would like to ''kill'' the lower priority interrupt handler, if it was running.is it possible?Tha...

sirpak by Associate II
  • 205 Views
  • 3 replies
  • 0 kudos

timer problem at low period value

Posted on March 21, 2016 at 15:46MCU: STM32F100C6T6 ; clocks: 12MHz externalsysclk=hclk=pclk1=pclk2=12MHzI have configured TIM16 as follow TIM_TimeBaseStructure3.TIM_Period = 5;// TIM_TimeBaseStructure3.TIM_Prescaler = 12-1;// TIM_TimeBaseStructure3...

ionutF by Associate III
  • 172 Views
  • 3 replies
  • 0 kudos

stm32l011x.h and 21 Missing DMA1_Channel6/7

Posted on March 17, 2016 at 16:49V1.5.0 for L011 and L021 miss following defines: #define DMA1_Channel6       ((DMA_Channel_TypeDef *) DMA1_Channel6_BASE) #define DMA1_Channel7       ((DMA_Channel_TypeDef *) DMA1_Channel7_BASE) RM0377 Rev5 tells tha...

UART flash loader

Posted on March 22, 2016 at 13:35Hi, I have board with two mcu (stm32f072 and stm32f031). I would like to flash f031 by f072 via UART to easier support and only one firmware. Is somewhere example?

Labels