STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Arduino UNO R3 with the x-nucleo-iks01a3

Hi, i connected the Arduino UNO R3 with the motion MEMS and environmental sensor evaluation board system: X-NUCLEO-IKS01A3 of ST. I installed the library (STM32duino,LSM6DSO), and tried to create a code for a self-balancing robot. But it doesn't prin...

Giuseppe1 by Associate III
  • 1301 Views
  • 3 replies
  • 0 kudos

Resolved! Write to Flash only 64Bit

Hello,Can I only write to the flash with 64 bit variables, or also 32/16/8 bit?I just used this function for this: HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, activepageaddress + u32_Offset, u64_Data)I have an STM32L432 uC.I already found this ex...

Martin42 by Associate III
  • 1482 Views
  • 5 replies
  • 3 kudos

Resolved! USB DFU STM32G474

Hello,I'm using NUCLEO-G474RE kit with soldered USB on PINs:PA11 - USB Data minusPA12 - USB Data plusVIN - VBUSIn the User configuration I have:nSWBOOT = CheckednBOOT0 = CheckednBOOT1 = CheckedThere is programmed program with blinking LED so I know i...

jha92_1-1710772303832.png jha92_0-1710772182564.png
jha92 by Associate
  • 1223 Views
  • 3 replies
  • 0 kudos

Resolved! What is 'digbypass clock source'?

Hi,I started a design with STM32U5 series MCU. In the STM32CubeX's HSE settings, there is a new option "DIGBYPASS Clock Source'. What's the differences with the old 'bypass clock source'?Thanks.

Resolved! USART TRANSMITTING THE VARIABLE AS 0

Hı everyoneI was trying to send the data to termite terminal. The data variables are coming from DS1307 (RTC Module) and BH1750 (Lux) sensor. However, The data coming from lux sensor is zero in termite. Rtc module variable is okey. Lux sensor variabl...