STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H5 HAL_FLASHEx_OBGetConfig gives incorrect EDATASize

When I configure 8 EDATA sectors withFLASH_OBInitStruct.OptionType = OPTIONBYTE_EDATA;FLASH_OBInitStruct.Banks = FLASH_BANK_1;FLASH_OBInitStruct.EDATASize = 8;HAL_FLASHEx_OBProgram(&FLASH_OBInitStruct); and then I read the result: FLASH_OBInitStruct....

PieterG_0-1701332072748.png
PieterG by Associate III
  • 1035 Views
  • 1 replies
  • 1 kudos

Stop Mode with F413VGT6 controller

Hello,I am Currently working on STM32 Low Power Mode and For an Application, I have to Wake Up the Controller from CAN Receive Interrupt. Although In the Datasheet it is mentioned that wakeup is possible using External Interrupt and RTC but I would l...

stm32g030k8 ADC

Hi I am working on multichannel ADC ,if its a single conversion I am getting correct values but when it is more than 1 i am getting same conversion values from all channels. void Adc_Vbat(void) { ADC_ChannelConfTypeDef sConfig = {0}; sConfig.Cha...

meena by Associate III
  • 567 Views
  • 2 replies
  • 0 kudos

stm32 as a SPI slave data transmit error

hi there, I want to communicate between two Stm32 using SPI, when i transmit date from master to slave, it received(using received interrupt). but when want to transmit date from slave side it gives HAL_error,master side code while (1) { for(int...

ykn by Senior
  • 1573 Views
  • 2 replies
  • 0 kudos

Resolved! About filter behavior in case of ID list and 16bit scale

HiI would like to know about filter behavior in ID list mode and 16bit scale.I would like to receive 3 standard IDs.I know that with the combination of ID list and 16bit scale, I can receive 4 standard IDs. In this case, one will remain when setting ...

Ukazu by Associate III
  • 1126 Views
  • 4 replies
  • 0 kudos

USB ISTR IDN and USB CHEPxR EA fields

RM0481 says: (I am using STM32H563)USB_ISTR.IDN is the endpoint (or channel in host mode) identification number that generated the interrupt request, and if there are more than one endpoint requesting an interrupt, the lowest (CHEP0R) has a higher pr...

mete by Senior II
  • 430 Views
  • 0 replies
  • 0 kudos

can protocol error

This is a question I posted on Reddit a long time ago, but it hasn't been solved yet, so I'm asking here.I solved the dlc value in the notepad picture.And there was an error even though I connected the rs pin afterwards.I want to know the solution to...

jha g.1 by Associate
  • 1514 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H573VI ETH_TXD1 and ETH_TX_EN pins

Hi,When using the STM32CubeMX to configure the ethernet pins for the STM32H573VI, the TXD1 and TX_EN pins can be configured to the PB13 and PB14 pins. But the STM32CubeMX does not allow these pins to be configured for ethernet for the STM32H563VI. In...

Asantos by Senior
  • 1114 Views
  • 2 replies
  • 0 kudos

DISABLE/ENABLE EXTI interrupts using hal

Posted on November 10, 2015 at 15:39Hi, I need to disable a EXTI interrupt and then enabling it again later. How can I do that using the hal implementation? I am working on STM32F070.

seed by Associate III
  • 8125 Views
  • 4 replies
  • 3 kudos