STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I use STM32F103C8 in a Medical Device.

We have built a respirator prototype using a pic microcontroller, which has been tested by doctors and they are satisfied with the results, now we wanted to manufacture the product in a large scale and before that it needs to be certified for IEC 606...

RKoda.2 by Associate
  • 2312 Views
  • 6 replies
  • 0 kudos

big gap between CS and SPI transmit

// CS pin go low to select HAL_GPIO_WritePin(GPIOB, GPIO_PIN_6, GPIO_PIN_RESET);   HAL_SPI_Transmit(&hspi1, (uint8_t *)spi_buf, 3, 10);   // CS pin go high to release HAL_GPIO_WritePin(GPIOB, GPIO_PIN_6, GPIO_PIN_SET);I use the above code t...

0693W00000D27S4QAJ.jpg
HDaji.1 by Senior
  • 518 Views
  • 2 replies
  • 0 kudos

STM32L432kc

Hi guysI'm using the nucleo STM32L432kcFor the purpose of measuring fluide conductivity i need the following actions.- Generate a PWM1 signal with a frequency between (100Hz_ 10KHz) with a fixed duty cycle of 50%- 2 DAC signals DAC1= 1,5V+ VextDAC2= ...

Cmatt.11 by Associate II
  • 880 Views
  • 3 replies
  • 1 kudos

Resolved! Hello! I'm using STM32L422 and I'm having trouble with setting up the PLL above certain frequencies. Are there any specific configuration requirements when setting up PLL at high frequencies?

I use 8MHz crystal as the input for the PLL. I'm using a timer and a LED to verify frequency, aka the LED should blink at 1Hz. Everything works fine until 48MHz, after which the STM seems to fail - led doesn't blink and the debugger does not know wh...

RoKsPy by Associate II
  • 741 Views
  • 3 replies
  • 0 kudos

STM32L071 can't disable SysTick

Hi,I've got a problem with STM32L071 and SysTick. I got a two programs written for this MCU - bootloader and the main app. The bootloader uses HAL dirven with SysTick. Standard SysTick_Handler() function is responsible for handling the interrupts com...

ypiotrp by Senior
  • 5307 Views
  • 0 replies
  • 0 kudos

STM32H750 MPU XiP

Hey together,I have a question regarding MPU settings for an external QuadSPI Flash. We have a project where the full application code is placed onto the 4MB Quad SPI Flash memory W25Q32JVSIM. We have set up the QuadSPI in MemoryMapped moded and plac...

0693W00000D2Al3QAF.png
ESawa.1 by Associate III
  • 1603 Views
  • 4 replies
  • 1 kudos

input capture

HiI launched a capture and sensitized the interrupt to both edges.I want to recognize each edge when intraoperating.I mean, to find out which edge was intraverted?I use micro stm32f407vgt

Hafsh.2 by Associate II
  • 1154 Views
  • 6 replies
  • 0 kudos