STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Which MCU for time critical GPIO application?

Hi!We have an application which runs on PIC24H, we would like to port it to another MCU. Application is extremely time critical, meaning that we need extremely deterministic code behaviour. In short, there are pulses which are obtained via special ha...

MBo�?.7 by Associate II
  • 2011 Views
  • 16 replies
  • 0 kudos

STM32F091VCT6 Exit from standby is not working.

We have used PE6 GPIO for STM32 standby entry and PE6 is configured as initially as EXTI input mode in pull-down configuration. When there is high to low transition on PE6 STM32 jumps to standby mode. We are also using the same GPIO for coming out fo...

BKath by Associate II
  • 1147 Views
  • 6 replies
  • 0 kudos

Resolved! STM32F427 SPI4 I2S - Spi Registers not accepting Writes

First time using a STM32F4 for I2S.I don't use your libraries as I want to understand the cpu at the register level.I set up the I2S PLL and enable the I2S clock.When I start to write to the SPI4 registers, they are not accepting the data. I have fo...

Joe.H by Senior
  • 549 Views
  • 2 replies
  • 0 kudos

USB HNP problem on STM32?

Hi,I am trying to use Host Negotiation Protocol on STM32 boards.Two boards are connected together stm32f4-discovery (A-device) and stm32f429i-disc1 (B-Device). VBUS sensing, HNPCAP is enabled at both side.DHNPEN bit in GOTGCTL register is enabled aft...

zoltan2 by Associate II
  • 834 Views
  • 3 replies
  • 0 kudos

STM32L4 and STOP Mode - Power Consumption

Posted on July 06, 2018 at 09:56 Hi guys, I have a nucleo board of a STM32L4 and I'm trying to test the Power Consumption in the different Low Power Modes. I read the examplePWR_EnterStopMode and viewed a few discussion in the community for...

Phase Shifting PWM2 from PWM1 on Same Timer

Is it possible to do this? I need to shift PWM2 by 180 degrees from PWM1. On a test board I am doing this with two timers, with the second timer picking up the count from the first and adding period/2. The current board will not allow this.I hope it ...

Using I2C-DMA without any interrupt

I am trying to build a system that does not use interrupts at all. This due to hard realtime requirments. Now I hat a look at the HAL code and as far as I can see even HAL_I2C_DMA functions seem to rely on IRQ, correct?Can HAL I2C DMA functions be us...

stephan2 by Associate II
  • 493 Views
  • 1 replies
  • 0 kudos