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

Resolved! ADC output ranging about 2000 up to 4095

I'm running an STM32L452RCTX uC, and I'm trying to implement a 2.5Vref+ ADC.Things weren't looking quite right on the pins I intend to implement, so for now I'm driving a floating TP with a power supply so I can directly test input vs output.When dri...

APTT_0-1701355234848.png APTT_0-1701354855868.png APTT_1-1701354898880.png
APTT by Associate II
  • 4617 Views
  • 16 replies
  • 2 kudos

QSPI DTR Mode

Hii,Can someone please help me out in configuring QSPI in DTR mode to read and write data to the external QSPI memory. What all configurations are required to change to switch from STR to DTR? I am using STM32F469xx MCU with MT25QL128ABA NOR Flash in...

Resolved! Help for choosing UART pins for bootloader

Hello,I'm designing a pcb with a STM32L031 MCU. I will use serial UART2 for bootload and debug.In ST application note nº2606 and "STM32L031x4 STM32L031x6 datasheet", it is said :"The boot loader is located in System memory. It is used to reprogram th...

Arthur21 by Associate
  • 2328 Views
  • 6 replies
  • 3 kudos

INA1863IDCKR

Hello,I am trying to read the value from the INA186A3IDCKR current integrated circuit using the ADC2_INO channel on the stm32f103c8t6 microprocessor. My ADC channel is connected to the Vout section. When I examined the datasheet, I did not come acros...

rl.png
Leylifer by Associate II
  • 2309 Views
  • 5 replies
  • 1 kudos

RF shielding / leakage problem

We have one of our products failing a certification test because the radiated RF energy at 168 MHz is too high. This 168 MHz being the MCU clock frequency. The treshold is only exceeded by 0.8 dB so that's really annoying. We could solve this by plac...

RHarte by Associate II
  • 613 Views
  • 0 replies
  • 0 kudos

Resolved! Init Ethernet on STM32H7 error

Hi, I'm trying to create my first project with ethernet on STM32H7. I tried to give an example with a nulceo with a similar chip and I succeeded, now I'm moving on to my custom board.I configured the system with STM32CubeIDE, generated the code and j...

FMass.1 by Associate III
  • 2051 Views
  • 4 replies
  • 0 kudos

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
  • 1267 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
  • 644 Views
  • 2 replies
  • 0 kudos