STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Error with pointer to a typedef struct

Hello, I have a problem with a typedef struct.I made a typedef struct :typedef struct BMP280_HandleTypeDef{  uint16_t dig_T1;  int16_t dig_T2;  int16_t dig_T3;} BMP280_HandleTypeDef ;In my function I declare the instance of it :void myfunction{BMP280...

Prisma by Associate II
  • 1195 Views
  • 2 replies
  • 0 kudos

HAL_UART_Receive_IT (&huart3, Rx_data, 4) ?

Dear Members,I have this code :HAL_UART_Receive_IT (&huart3, Rx_data, 4);I tested from RealTerm, it worked but I need to click "send" 4 times,How can I make it only one click for the whole string ?In STM32 side :char Rx_data[10]; char buf2 [] = "123...

STM32F207 RAM Execution

Hello,I'm developing on an STM32F207 and I would like to know what the procedure to execute code from RAM is?I need to modify a couple of sectors of the internal Flash but the F207 does not have banked memory so I would need to execute the flash eras...

Anvi by Associate III
  • 545 Views
  • 3 replies
  • 0 kudos

LSI Clock compensation issue, technical datas ?

Hello,I'm working on a low cost design which use LSI Clock. I need to compensate RC osc. deviation as best as possible.I didn't find technical datas about this. Is there any documents with precise datas on deviations according Temp. for examples and ...

F-MA-1 by Associate II
  • 1211 Views
  • 8 replies
  • 0 kudos

STM32L412 interrupt latency and jitter

I am running STM32L412 on 48MHz MSI, Timer 2 is configured in One-Pulse mode to output a 2ms Pulse. This is done by setting Timer 2 in PWM mode and with a prescaler of 47, ARR = 1999 and CCR = 1, Polarity=LOWAn interrupt is generated on update Event,...

0693W000005AHCxQAO.png
b.a. by Associate III
  • 931 Views
  • 9 replies
  • 0 kudos

LPUART1 Issue

Hi,I am learning how to use LPUART1 on the Nucleo-64 (STM32L433RCT6P) to generate messages on the COM4 port of my Windows 10 laptop. A "Hello World\r\n" message should be printed every time the blue User Button on the board gets pressed. Here are the...

0693W000005AGrpQAG.png 0693W000005AGruQAG.png 0693W000005AGs4QAG.png
RrW1 by Associate III
  • 1626 Views
  • 12 replies
  • 0 kudos