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

Resolved! ST Environment SetUp on Linux(Ubuntu 14.04) with Atollic TrueStudio IDE for STM32F103RBTX development Board To Run Basic Blinky Code.

Hello All,I have used STM32F103RBTx Dev board previously on Windows (windows 7 Professional) Platform with Kiel uVision4 IDE and STM32CubeMX 4.24 tool.I had also build an example code which used PWM, GPIO, UART and SPI peripherals and it worked prope...

0690X000009jnfOQAQ.png 0690X000009jnfTQAQ.png

STM32L Discovery, How to output HSI with MCO

Hello.I am currently developing with STM32L Discovery.In preparation for development, I tried to output using the MCO in order to know the exact frequency of the HSI of the evaluation board used.By operating MCOSEL in the RCC-> CFGR register, MSI and...

ota-s by Associate II
  • 1905 Views
  • 10 replies
  • 0 kudos

DMA memory to peripheral question.

Hello,I have a doubt regarding DMA memory to peripheral ?Suppose I would like to transfer a memory buffer content to SPIx TX.When do each transfer occurs ? Every time I change the content of the memory buffer ? Always ?I cannot find this information...

simo zz by Senior
  • 283 Views
  • 2 replies
  • 0 kudos

Unnecessary SD card command in block read/writes

Hi,When looking into stm32l4xx_hal_sd.c, I observed the following code:   if(hsd->SdCard.CardType != CARD_SDHC_SDXC)   {     add *= 512U;   }   /* Set Block Size for Card */   errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE);   if(errorsta...

Lama by Associate III
  • 849 Views
  • 7 replies
  • 1 kudos

Problems with configuring the FDCAN of the STM32H743ZI

We have the following situation: We want to use the FDCAN of the STM32H743ZI with 500 kbit/s. We've got followingconfiguration parameters for the FDCAN1:hfdcan1.Instance = FDCAN1;    hfdcan1.Init.FrameFormat = FDCAN_FRAME_CLASSIC;    hfdcan1.Init.Mod...

TPien by Associate
  • 327 Views
  • 1 replies
  • 0 kudos

coocox os RTOS with stm32l0

I want to use coocox os with an stm32l083cz . while i am compiling the code the following error appears. /tmp/ccpwcyyg.s: Assembler messages:/tmp/ccpwcyyg.s:242: Error: selected processor does not support `stmdb R0!,{R4-R11}' in Thumb mode/tmp/ccpwc...