STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HRTIM,ADC

I am using hrtim to trigger the adc, but if the regular channel is not triggered with hrtim, it doesn't go into the interrupt of the ADC properly, I checked a lot of information and didn't find a solution, here is my code and cubemx configuration: N...

iskan_0-1695092649603.png iskan_1-1695092655031.png iskan_2-1695092661369.png
iskan by Associate II
  • 270 Views
  • 1 replies
  • 1 kudos

Adding Buzzer sound in Button (TouchGfx)

I am currently using the touch gfx button with its callback function to call PWM code to execute when I press the button on the GUI as shown below.#include <main.h> #include "cmsis_os.h" extern TIM_HandleTypeDef htim4; void MAINViewBase::buttonCallb...

ZExpo.1 by Senior
  • 109 Views
  • 3 replies
  • 2 kudos

Resolved! STM32U595 used PA11 and PA12 as gpio

I used PA11 and PA12 as standard GPIO in STM32U595ZJT6Q and system frequency is 4MHz. Config PA11 and PA12 to PP output mode ,no pull up.Don't set this gpios to high, the mini system current is 3mA,but set this gpios to high, the current is 22mA.Test...

Sunwaz_0-1699191009843.png
Sunwaz by Associate III
  • 396 Views
  • 13 replies
  • 4 kudos

STM32 Libraries

Hi All,Just being curious is there any libraries such as for LCD HD4460 etc I understand that cubeMx generates drivers for peripherals which can be used to communicate with other components over CAN or I2C etc and a person can write your own code to ...

QMESAR by Associate III
  • 79 Views
  • 3 replies
  • 2 kudos

STM32F103 VS MKI194V1(LSM6DSR)

Hi,I'm currently using the STM32F103 SPI to read the MKI194V1, but I've noticed that the ID I'm reading is always 0x4A. Could you please help me check if there's an issue, or provide any sample code?I also take a photo of the MKI194V1. The marking on...

S__119840846.jpg

Resolved! Basic Startup Files

Hi All.Apologies if my question is in the wrong topic section ,I could only find a label for STM32CubeMX ,I am very new (started today) with STM32 however I have experience with Microchip PIC16 and PIC32 and MPLABAS I understand that cubeIde generate...

QMESAR by Associate III
  • 435 Views
  • 15 replies
  • 7 kudos

CRS SYNC setup with LSE and CubeMX puzzle

I try to setup CRS SYNC setup with LSE using the latest CubeMX.It appears that when CRS SYNC with Source LSE is selected, LSE does not get initialized unless RTC is active as well and its clock source is set to LSE. E.g crystal drive level option doe...

RCC-A.png RCC-B.png RCC-C.png
TDJ by Senior III
  • 203 Views
  • 2 replies
  • 2 kudos

problem in the implementation of USBOTG

I am currently working on a project that involves integrating USB functionality for data transfer and data logging on an STM32F407VG micro-controller. Specifically, I want to log data files on an SD card and enable the user to download these logged f...