STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

L4+ detect ff ecc already set

Is there any known way to detect if a double word 0xffffffff value has been programmed? I’m not seeing any quick way, other than finding out after getting flash error bits set. The bootloader I’m working with checks the sector for all 0xff to avoid e...

_EFrie by Senior
  • 1121 Views
  • 5 replies
  • 0 kudos

ADC Conversion Time STM32H563

ADC1 clocked @ 65 MHz, pre-scaler of 8, 7 channels active, 640.5 cycles/conversion, 256 oversampling, interrupts, scan mode. The numbers suggest all channels will be converted 1x in (8/65000000) * 640.5 * 7 * 256 = 141 ms. But when I look at uwTick b...

STM32U5 Flash Write Fails

Hi ,I am writing multiple chunk of each 48 bytes to Flash by following flash programming sequence mentioned in STM32 U5 Reference manual. However some chunks are written properly where some chunks are still remains 0xFF. Please let me know if anybody...

Resolved! How Do I set a Timer output compare high or low?

I am working on a project that uses a PWM on a timer to drive a buzzer.  When the buzzer stops I need to set the output compare signal high.  The timer set ARR to 250, and the compare value to 125, giving a 4kHz square wave with a 50% duty cycle.   I...

JMala.3 by Associate III
  • 1240 Views
  • 3 replies
  • 0 kudos

stm32h7 ethernet not working

I made several changes in ethernetif.c  pbuf_ref(p); if (HAL_ETH_Transmit_IT(&heth, &TxConfig) == HAL_OK) { while(osSemaphoreAcquire(TxPktSemaphore, TIME_WAITING_FOR_INPUT)!=osOK) { } HAL_ETH_ReleaseTxPacket(&heth); } else { pbuf_free(p); } ////...

Trace on STM32H7

Dear All,I want to use trace on STM32h755So kindly let me know which trace/debugger has to use and what are the pins required. 

vchau.2 by Associate III
  • 461 Views
  • 1 replies
  • 1 kudos

Resolved! FDCAN2 Rx callback never called (STM32H750)

Hello,On my project, I use FDCAN1 and FDCAN2. FDCAN1 is working perfectly fine.On FDCAN2, I can transmit data successfully (with the CAN ID 0xBEEF), but when I want do receive data, the Rx callback is never called, nor the IRQ handler (the CAN ID fil...

DamienRatazy_0-1719496697177.png

Resolved! ADC

the code generated for my channels if i initialize this channels and    hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2; hadc1.Init.Resolution = ADC_RESOLUTION_12B; hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT; hadc1...

meena_0-1700148308920.png
meena by Associate III
  • 4879 Views
  • 4 replies
  • 0 kudos

Resolved! Complex Bootloader Jump External Flash Application

Hello everyone,I have been working on a custom bootloader for the STM32H735 microcontroller and I am encountering an issue when attempting to jump to my main application stored in external flash memory. Here's a brief overview of what I've done so fa...

HispaEmo_0-1720695797792.png
HispaEmo by Associate III
  • 979 Views
  • 1 replies
  • 1 kudos