STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I have a problem with the interrupt callback. The interrupt event is correctly detected but when the code enter into the callback function it excecute just the first line of the code wrot between the curly brackets.

void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ if(GPIO_Pin == LVMS_DETECT_Pin) { HAL_GPIO_WritePin(AMS_LED_GPIO_Port, AMS_LED_Pin, GPIO_PIN_SET); HAL_Delay(2000); HAL_GPIO_WritePin(AMS_LED_GPIO_Port, AMS_LED_Pin, GPIO_PIN_RESET); }}When the trigg...

GMart.7 by Associate II
  • 3624 Views
  • 10 replies
  • 0 kudos

STM32F103 holding I2C

I am trying to use the F103 as a I2C master but it is holding the I2C pins low, there is nothing else on the bus 5k1 pullups, when I hold the device in reset the lines are 5V. Because the lines are low, SB is never being set, so the first while state...

Resolved! Unknown warnings

 I am getting the above warning! I am unable to find what is causing the issue. If I comment the line number 5442, then no warnings or no errors. Help me resolve this issue.

Screenshot 2024-08-21 112214.png

Resolved! STM32H7 maximum display resolution & number of bits.

Hi,I have I project (STM32H743IIT6) and I want to know if it's possible to have use a display 1280x800 24bpp? if it's not possible can I still have a display with a resolution of 1280x800 but with les bpp? Can I use a different MCU STM32H757XIH6 or a...

aabba.1 by Associate III
  • 483 Views
  • 1 replies
  • 1 kudos

CAN bus frame bit rate setting issue

I am using CAN bus on my project and I am using  NUCLEO-H753ZI board. The second board is nvdia orin nx. I also using CAN to USB converter to monitor the frames. When STM32 send the frame it is received on CAN to USB converter software without error ...

skhanna by Associate II
  • 1907 Views
  • 15 replies
  • 0 kudos