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

adding USB interface descriptor

Posted on May 26, 2013 at 19:53The original post was too long to process during our migration. Please click on the attachment to read the original post.

stm32 by Associate
  • 274 Views
  • 1 replies
  • 0 kudos

USART1 with missing bytes

Posted on May 27, 2013 at 06:21 I am trying for now to send 600 001 bytes to PC from stm32f4 discovery board. below is how USART configured: uint32_t config_usart3( void ) { //===========================================================...

Including startup into library

Posted on May 27, 2013 at 16:45Hello,I need to create a library to my BSP so I would be able to use it anywhere.Creating the .a file isnt that hard with CooCox IDE, but the main problem is when I want to use the library in an application, the size o...

bouhoula by Associate II
  • 217 Views
  • 2 replies
  • 0 kudos

DMA to USART1 TX

Posted on May 27, 2013 at 13:17Hi, i'm using smt32F303 discovery board, I send / receive data on USART1 without problem if I use interrupt mode, so I think that hardware is good.I want send a data buffer lenght ~ 8000 bytes using dma mode. Before I ...

SPI modes?

Posted on May 27, 2013 at 13:51 Hello! This is my code for SPI: RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2, ENABLE); SPI_InitTypeDef spi; spi.SPI_Direction = SPI_Direction_2Lines_FullDuplex; spi.SPI_Mode = SPI_Mode_Master; spi....

STM32 and rotary encoder from Alps

Posted on May 25, 2013 at 11:00Hello, i have problem with control of simple rotary encoder form Alps (or Piher | Bourns) on STM32. Does anyone have a ready solution. Best regards Andrew #poorly-framed-question #stm32

Labels