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

I am using STM32F401RB controller. Iam using external oscillator of 8MHz. The HSE and PLL mode is used. When i try to run the program, it hangs and no output. When I configure the internal oscillator it works fine. Please let me the solution for this.

I have called the three functions as: HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); HAL_GPIO_WritePin(GPIOC, GPIO_PIN_6, GPIO_PIN_SET);when debugging it either jumps to hard fault or hangs.The SystemClock_Config() is as follows:void Syste...

NSury.15 by Associate II
  • 729 Views
  • 4 replies
  • 0 kudos

ArduCam on STM32L476RG

Hello. I'm a student and need to do some project with STM32L476RG board. One part of the project is to use ArduCam 2 MP. So, i'm looking for a code that i can use.

LEssi by Associate
  • 602 Views
  • 2 replies
  • 0 kudos

UART - reading data from UART1 and sending it via UART2.

Hi, I have some problem with UART. I configured two uarts (UART1 and UART2) both of them are working in DMA mode. I want to send data from PC to mcu-UART1 and after receiving it the same data should be sent to UART2. I prepared test env and almost al...

How do you setup ITR0

I see that those ITR0 .. 4 are connected somehow to timers you can use it as timer trigger.How do you set it up working. Can somebody provide sample code ?I want faster timer to control (start, stop) with slower time. I have spent a few weeks experim...

MNapi by Senior III
  • 1200 Views
  • 2 replies
  • 0 kudos

NUCLEO-H743ZI availability? - Q to STM team

Dear STM team,we use and love your STM32H7. We would need approx. 50 NUCLEO-H743ZI, but no way to order this amount.It looks like, the H7 NUCLEO is not available (in the US) "anymore".What is the status of your H7 chips, esp. NUCLEO boards?Is my gues...

My PVD (Programmable Voltage Detector) don’t work

Hi.I want my MCU (STM32F107VCT6) to generate an interrupt when the Vdd is below (e.g.) 2.9V. I have implemented the following init-code:PWR->CR = PWR_CR_PLS_2V9; // 2.9V mcu_reg = PWR->CR; PWR->CR |= PWR_CR_PVDE; // Bit 4 PVDE: Power voltage d...

0690X000006D12FQAS.png