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

Nucleo-F070RB + mbed PB6 problem?

Posted on July 28, 2015 at 19:34I have a Nucleo-F070RB and am using mbed for programming. Is there something special about PB6 that prevents it from being used as a GPIO? It appears to be configured as as oscillator output (?) at 500Hz.The code belo...

jay23 by Associate II
  • 344 Views
  • 3 replies
  • 0 kudos

Need EXplanation for a single line

Posted on July 29, 2015 at 15:07i have done bootloader and its jumps. but i like to know what the below line exactly does, Can anyone explain exactly why we give  0x2FFE0000 and do ''and '' mask and how it works?  if (((*(__IO uint32_t*)APPLICATION_...

arunl4g by Associate II
  • 178 Views
  • 1 replies
  • 0 kudos

FreeRTOS and HAL driver timeout issue

Posted on November 21, 2014 at 19:54Hello, in xPortStartScheduler routine, the systick priority is forced to /* Make PendSV and SysTick the lowest priority interrupts. */ Some HAL interrupt drivers implement a time out based upon systick value. Wi...

stst9193 by Associate II
  • 1440 Views
  • 9 replies
  • 0 kudos

NUCLEO-F302R8 RAM Shortage

Posted on July 29, 2015 at 16:14I've been developing on a NUCLEO-F302R8 but a recent change to the scope of the project has left me with a requirement for 40kB of RAM, and the part on this dev board only has 16kB. What's the best way to expand my RA...

daniel2 by Associate II
  • 202 Views
  • 1 replies
  • 0 kudos

system clock stm32f0 ?

Posted on July 29, 2015 at 16:08hi' i'm new stm32f0 user and i working on stm32f072 , my first question what is value of system clock of microcontroller when i use system_stm32f0xx.c file which found in stm32f0_stdperiph_lib\STM32F0xx_StdPeriph_Lib_...

Migrating F411 project to L476 in Cube tool.

Posted on July 28, 2015 at 12:43Hi,  I have been developing my S/W using a F411 Disco board. For the end product, I need to use the L476 device. So is there a way of migrating between the 2 devices, either within or outside the Cube tool ?. I'd pre...

Pevy.Andy by Associate III
  • 253 Views
  • 1 replies
  • 0 kudos

SPI read problem

Posted on July 28, 2015 at 13:20 Hi everybody, I'm trying to develop a function to read all the content of my E2PROM, I can read one value without a problem but at the second read, I'm blocked at the waiting of the flag RXNE, I don't understa...

Labels