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! Pack alignment exception issue

Hi,Master:platform: STM32G070CBkeil ide:  arm Compiler:version 5 (c99 mode)Question: #pragma pack(8) typedef struct{ uint32_t a; uint8_t b; uint32_t c; uint32_t d; uint32_t e; } x_t; #pragma pack() x_t a[10] = {0}; int sz = siz...

1.jpg
Lyu.1 by Senior
  • 1324 Views
  • 4 replies
  • 1 kudos

Resolved! A Question on I2C Device in a Mixed I3C Bus

Hi, STM Experts,Recently, we are investigating if STM-H5 MCU with I3C SDR support could meet our system requirement. We now have a following question, and hope get support from you.In our system, there will be not only I3C devices but also I2C legacy...

JC1985 by Associate II
  • 1462 Views
  • 2 replies
  • 2 kudos

Resolved! Issues writing float data to UART

Hello everyone!Ran into some issues writing float data to the UART. I know with Nordic, there was some weird workaround that had to be used to convert it that looked something like this: NRF_LOG_INFO("MLX90393 X = " NRF_LOG_FLOAT_MARKER "\r", NRF_LO...

JayDev by Senior II
  • 2763 Views
  • 10 replies
  • 0 kudos

Wrong timer section identifier in manual (G431RBT6)

I think there are some wron identifiers?After reading the manual and seeing the tables i think it must be "tim_ti2_in0", "tim_ti3_in0" and "tim_ti4_in0" on page 1223? Also in the table on page 1081, there is a "tim_ti2_in[15:1]" that should be "tim_t...

Tobe by Senior III
  • 543 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G431 tim_ker_ck, tim_pclk source

I'm looking into calculating the timings for the brk filters for the TIM1 periphery. Mentioned there is the "tim_ker_ck" and the "tim_pclk" respectively.I cannot seem to find any information on where these come from.The clock tree in the RM says that...

DMeie.2 by Senior II
  • 2501 Views
  • 10 replies
  • 7 kudos