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

Question about debugging

Posted on January 25, 2016 at 18:22Who know? How to detect session of debugger in user program? This is need for prevent  use coresponding i/o ports in program, during debugging the STM32F334. Thanks. #debuging #debugging #debugging

Nucleo F091 SPI pins

Posted on January 26, 2016 at 02:26Hello.I am looking at the Nucleo F091 pin distribution,https://developer.mbed.org/platforms/ST-Nucleo-F091RC/ and notice SPI1 and SPI2 pins. No problem about SPI2 pins (in fact I have used them successfully) but fo...

d_aliaga by Associate II
  • 279 Views
  • 1 replies
  • 0 kudos

STM32F030 TIM3

Posted on January 26, 2016 at 01:51Does anyone know if its possible to output TIM3 on an I/O pin to view or trigger another external device? I noticed the absence of the BDTR register for TIM3 and the MOE bit in the register map bit fields. If there...

STM32L151 ADC in Low-Power Modes

Posted on January 26, 2016 at 01:49The datasheet & reference manual are not entirely clear as to when the ADC is functional.  From the datasheet (DocID025433 Rev 7), pp.18, Table 5 shows that the ADC is only operational in Run-Mode and Sleep-Mode.  ...

STM32F429 crashes after RCC configuration

Posted on January 25, 2016 at 19:50Hi,I have an issue with the STM32F429 (Discovery board with 8 MHz crystal).I created a Keil project (software pack based) and added the following SW packs:CMIS: CoreCMIS: DSPDevice: StartupThen I added the followin...

kalhana by Associate II
  • 348 Views
  • 2 replies
  • 0 kudos

Problem on Stm32cube

Posted on January 01, 2016 at 09:111 : when enable FreeRTOS , HAL_IncTick() function not attached in  systick_handler automaticly . there is a lot of problem to work HAL library.2 : in stm32f4 when enable adc ''End of Conversion Selection'' do not h...

CubeMX 4.12.0 Bug Report

Posted on January 24, 2016 at 08:27Hello everybody, When I use FreeRTOS, the cubemx generates following code for SysTick_Handler(): void SysTick_Handler(void) {   /* USER CODE BEGIN SysTick_IRQn 0 */   /* USER CODE END SysTick_IRQn 0 */   osSystick...

misagh by Associate III
  • 410 Views
  • 3 replies
  • 0 kudos

STM32MXCube on Mac OS X

Posted on January 25, 2016 at 11:02My understanding is that CubeMX is a Java based application, so do St have any plans to allow the application to run on Mac OS X?

josef by Associate II
  • 380 Views
  • 3 replies
  • 0 kudos

STM32 F0 Reset Handler code question

Posted on January 25, 2016 at 17:53 In the startup_stm32f0xx.s files, at the start of the Reset_Handler procedure, the following code occurs: ;;Check if boot space corresponds to test memory LDR R0,=0x00000004 LDR R1, [R0] LSRS R1,...