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

Memory test bench (STM32F101VD)

Posted on July 15, 2014 at 09:06Hi everyone, I'm new here, and i don't find answer to my question : Can i do a functional test of the whole memory of a STM32F101VD chip ? with JTAG, SWD or an other way? if possible with no modification of the memor...

Dual Mode Bluetooth Stack options for STM32

Posted on July 14, 2014 at 14:35Hi All,I am new to MCu development and looking for dual mode bluetooth stack options that have been successfully ported to STM32 or any other STM MCUs.I am looking for following std profile support :1) BT : HFP (HF ro...

aashish by Associate
  • 737 Views
  • 2 replies
  • 0 kudos

Fully Open Source Educational Nucleo-Based Robot

Posted on July 15, 2014 at 02:30Hello everyone,My name is Abe Howell and I would like to share my latest open source robot project, Apeiros.https://www.kickstarter.com/projects/477229692/apeiros-the-next-generation-open-source-robotApeiros is built ...

abe by Associate
  • 213 Views
  • 0 replies
  • 0 kudos

STM32 SPI Hardware CS

Posted on July 01, 2014 at 12:40Hello,I'm using a STM32F30x as a Slave. The Master is  a custom board that select/deselect the Slave by toggling an output pin. In the Slave side i configured the SPI with hardware management, SPI_InitStructure.SPI_NS...

khalid2 by Associate II
  • 390 Views
  • 3 replies
  • 0 kudos

stm32cube HAL_IncTick() never called

Posted on June 25, 2014 at 17:54 Hi, I want to use the HAL_Delay() function from the stm32cube ''stm32f4xx_hal.c''. For proper functionality it requires the HAL_IncTick() to increase the ''uwTick'' variable. But where is the function...

STM32F103: DMA1 on TIM3 and TIM4 (Upd, Ch1, Ch2/Ch3)

Posted on July 14, 2014 at 12:53Hello, I like to use DMA1 in my STM32F103 application. I need 6 timer triggered channels. So i choosed from reference manual pg. 273: Channel 1: TIM4_CH1 Channel 2: TIM3_CH3 Channel 3: TIM3_UP Channel 4: TIM4_CH2 Chan...

wenzel by Associate II
  • 520 Views
  • 2 replies
  • 0 kudos

Uart1 not waiting to receive all characters

Posted on July 14, 2014 at 15:14This is my first post here as I'm really stuck. I'm using a stm32F103 device but I cannot seem to get the usarts configured correctly to receive data. Transmit is fine, and on the receive side I do see characters. I w...

4 inputs pwm on TIM4

Posted on July 03, 2014 at 20:32How change this function to read frequency and dutycycle of 4 different pwm signals?void TIM4_IRQHandler(void){      RCC_ClocksTypeDef RCC_Clocks;  RCC_GetClocksFreq(&RCC_Clocks);  /* Clear TIM4 Capture compare interr...

cchechio by Associate II
  • 295 Views
  • 3 replies
  • 0 kudos

STM32F207VE problem with RTC

Posted on July 14, 2014 at 15:38 Hello I’m using https://kelectronics.eu/usvn/repos/EnvRegulator/trunk/Firmware/Env_Regulator/STM32F207VE.ld and I have problems with RTC. I can configure it and write initialization data (time and date) a...

kkawula by Associate II
  • 221 Views
  • 0 replies
  • 0 kudos

FSMC Base Address Calculation Problems

Posted on July 13, 2014 at 18:39Hello All, I have designed a board based on STM32F103VGT(100 pin, 1MB flash memory) which utilizes the FSMC to drive SSD1963 in 8 bit mode. I have connected FSMC_A17 to the SSD1963 RS, and FSMC_NE1 to SSD1963 CS. Afte...

Labels