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

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,...

TIM_OCxPreloadConfig

Posted on January 25, 2016 at 15:42Hi all,on the DM00068049 on pg. 452, is reported:In case of PWM mode, this function is mandatory: TIM_OCxPreloadConfig(TIMx,TIM_OCPreload_ENABLE);But I see that timer works good also without recall this functions, ...

cache

Posted on January 25, 2016 at 17:09Hi  I  would like to know what the below line means . i have read on the manual and i cant understand that.64 cache lines of 128 bits on I-Code.

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

I2c issue with STM32F030

Posted on January 07, 2016 at 23:47 Hi I am trying to use the I2c module but I run into an issue wherein the TXIS flag check fails. The thing is I don't even see the start or address getting transmitted. I am trying to get one master/ slave conn...

DMA on ST32l151 skips bytes when copying from SPI

Posted on March 10, 2014 at 16:17Hi all,I have a product where DMA copies 10 bytes from external ADC chip over SPI, and puts it into memory. Sampling speed is 2000 sps.This works well most of the time, but very rarely (several times per minute), DMA...

srdjan by Associate II
  • 217 Views
  • 3 replies
  • 0 kudos

DMA2d

Posted on January 07, 2016 at 12:27Hi anyone has a example dma2d

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

STM32F103 issue when using SPI3 with HAL

Posted on January 21, 2016 at 16:51When SPI3 is used with HAL libraries and SCK is on PB3, HAL do not disable JTAG  automatically which is present on same pin.It has to be done manually with __HAL_AFIO_REMAP_SWJ_NOJTAG() before SPI init.

STM32F042 - is there CAN bootloader support??

Posted on January 22, 2016 at 17:47Hi there,We are designing some boards with stm32f0, all them with CAN. We are wondering if the CAN bootloader function is available here, since on AN3154, stm32f0 is never mentioned. It would be a pity (and issue) ...

Systick, NVIC and how it can go all pear shaped...

Posted on July 12, 2012 at 13:10Hi, hope someone can help with a little problem I have uncovered in my application. I am using an STM32F103C8 in a small, custom board. I am not using any library code from any source. I am using the SYSTICK counter a...

Labels