STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

external interrupt is not generating on PB0 pin

Posted on September 16, 2016 at 20:17hi,i m trying to set the external interrupt for PB0 pin on rising or falling edge. i configured but it is not working properly.here is configuration i gave[CODE]&sharpdefine NVIC_PRIORITY_MASK(prio) ((prio) << (8...

SS.Sagar by Associate III
  • 408 Views
  • 1 replies
  • 0 kudos

SRAM parity error detection

Posted on September 15, 2016 at 23:55Hi.I would like to enable parity error detection for SRAM in STM32F303. I know that this is done through programming option bytes.But I don't know, how can I actually detect if parity error has occurred. If it ha...

matic by Associate III
  • 748 Views
  • 2 replies
  • 0 kudos

STM32F0 ESD/EMI sensitivity

Posted on September 08, 2016 at 18:07Hello all.I've designed a board using microcontroller STM32F030K6 and face the problem with ESD immunity of this controller (as I suppouse).Our device consists of 4 boards (one based on STM32 and 3 others - on ST...

ap1011 by Associate
  • 589 Views
  • 1 replies
  • 0 kudos

Mixed DMA RX, polled TX SPI

Posted on September 13, 2016 at 03:23I already know the HAL firmware doesn't support this but is this due to the bad programming of the HAL or inadequacies of the hardware?I'm interfacing to an external NOR flash device but have run out of DMA chann...

STM32 as SSI slave / Clearing SPI TX Fifo on F0

Posted on September 12, 2016 at 07:09Hi Everyone, I am currently trying to implement a SSI slave using a STM32F0(72RB) microcontroller. For those who are not familar with SSI: SSI is used as a sensor (encoder) interface for high speed applications (...

simpel tone / beep on stm32F7 with wm8994

Posted on August 05, 2015 at 22:25Hi guysI try to make a simpel sinusial tone / beep on the STM32F7-Discovery borad but can not find a solution.Do anybody have the time to show howto ?Hjalmar

hjh by Associate III
  • 537 Views
  • 4 replies
  • 0 kudos

***non volatile memory --- STM32F107

Posted on August 31, 2016 at 17:36Previously, I worked on MSP430F47197. I learnt how to read/write from flash. That was pretty easy. On the other hand, using EEPROM was really confusing to read from and write into. (Using I2C Protocol)Now, I am work...

Low-layer in STM32F0

Posted on September 14, 2016 at 20:24I want to develop an application using low-layer drivers in keil ide / stm32f051x. I can't compile because some funcions of sm32f0xx_ll_rcc the compiler says ''implicit declaration of ..''I ca compile de example ...

STM32f107 read/Write Flash

Posted on September 02, 2016 at 22:40I am pretty familiar with Read/Write flash. However, I would like to see a code example to get familiar with the its registers. Any sources you may about it please and thank you!