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

fp issue: vstm/vldm all 32 fp registers at once

Posted on August 12, 2016 at 01:09 A few details: both code and data caches are enabled. 216MHz SysClk. Timer ISR schedules a task every millisecond. SCB.SHCSR=1<<18 to enable use of usage fault ISR for the fp trap handler. All ISR’s mentioned a...

picguy2 by Associate II
  • 436 Views
  • 2 replies
  • 0 kudos

STM32F103 USART2 CAN'T SEND DATA

Posted on August 08, 2016 at 08:42Hi all,I've built USART2 connection with using none-flow-control via rs485 through my pc. Sending data from my pc to stm32f103 is working correctly however, i can't send any data from stm32 to my pc.Do you have any ...

STM32F103RET High speed communication with SDcard!!!

Posted on August 12, 2016 at 14:26Hi I want to know if I can reach a writting speed of 3-4Mbytes/sec to MicroSD ?Microcontroller is STM32F103RET.Clock rate: 72MHz.MicroSD 2-4G calss 10.SDIO protocol.If you have any same experience , please to help m...

eleman3 by Associate
  • 232 Views
  • 1 replies
  • 0 kudos

SPI communication two MCUs - bitshift

Posted on August 12, 2016 at 12:12Hi, I want to transmit and receive data between two STM32F401RE NUCLEO boards. Performance does not matter, so the simplest approach seems to be using the blocking HAL_SPI_TransmitReceive(..) function on both sides....

Labels