STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with ST SPI on STM32L475.

Hello, I am using STM32L475 board and trying to communicate with VNF1048F by SPI. The communication protocol which is used is defined as ST-SPI. On STM32 I can configure at maximum 16 bit communication but the device (VNF1048F) requires 32-bit frame...

_legacyfs_online_stmicro_images_0693W00000bhx83QAA.png _legacyfs_online_stmicro_images_0693W00000bhx1KQAQ.png _legacyfs_online_stmicro_images_0693W00000bhx9VQAQ.png
KPerg.1 by Associate II
  • 979 Views
  • 4 replies
  • 0 kudos

STM32F205RG RTC Problem.

Greetings,I have connected external crystal of 32.768 KHz to STM32F205RG for RTC time keeping purpose. I have also enabled RTC output on pin PC13. Below is my code for RTC Initialization ...int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE E...

STM32H7 SAI TDM output

Hello,I am considering the STM32H7 for a new project I'm working on.I'd like to configure the MCU to output 10 audio channels at 96khz using TDM, all synchronized. Some variants of the STM32H7 come with up to 4x SAI peripherals and support TDM.I'd li...

messna by Associate
  • 223 Views
  • 0 replies
  • 0 kudos

STM32 internal oscillator drift over time

I designed a board using a STM32L031F6P6 about 4 years ago,  (April 2021).   The design has been using the internal oscillator running at 16Mhz perfectly for years.   Then this past summer all of a sudden the RS232 Uart stopped receiving data until I...

npreiser by Associate II
  • 476 Views
  • 7 replies
  • 2 kudos

SSI and Circular DMA

Hello!I am writing a driver for the mt6701ct rotary magnetic encoder, using cubeIDE and an stm32f405 MCU. This sensor communicates via SSI, which is to say that it's read-only (MISO-only; there is no physical connection to MOSI). Using a simple polli...

Screenshot 2025-01-14 at 8.17.05 PM.png Screenshot 2025-01-14 at 8.21.15 PM.png Screenshot 2025-01-14 at 8.15.52 PM.png
sb_st by Associate III
  • 427 Views
  • 6 replies
  • 1 kudos

Resolved! PWM no signal on TIM2 Channel1 and TIM3 Channel 1

I want to generate 6 PWMs using channel 1 of timers 1,8,2,3,4,5. All of them are set the same way except ARR, PSC and CCR1 registers. However, it turned out that timers 2 and 3 don't have PWM signal on their pins. The content of registers for those t...

Dan_Ko by Associate II
  • 421 Views
  • 5 replies
  • 0 kudos

ADC conversion using End of Conversion Selection?

Good evening....I would like to do an A/D conversion on Channel 9 and Channel 10. I have a timer that goes off every second and within this ISR I call HAL_ADC_Start_IT. The ISR gets called upon conversion complete. Now the question is End of Conve...

SWenn.1 by Senior III
  • 2777 Views
  • 4 replies
  • 0 kudos