Resolved! Adding STMPE811 Driver to STM32H750B-DK
I am porting the STMPE811 Drive used in STM32F429 With the STM32H750B-DK to interface 7 Inch Resistive touch with the board, Have any one Ported it previously?
I am porting the STMPE811 Drive used in STM32F429 With the STM32H750B-DK to interface 7 Inch Resistive touch with the board, Have any one Ported it previously?
HiI want to read out a sensor, which has an SSC interface, as depicted in the image attached. The IC is a TLE5012B (https://www.infineon.com/dgdl/Infineon-Angle_Sensor_TLE5012B-UM-v01_02-en-UM-v01_02-EN.pdf?fileId=5546d46146d18cb40146ec2eeae4633b) an...
I'm checking the default configuration of an ethernet communication project based on STM32F2 microcontroller (RM0033 stm32f207 reference manual). Where the comments I'm gone to do, they could be find on section 28.6.2 (page 881, etc). I think it does...
I want to use an expansion MEM board and I followed this article: https://stcommunity.st.com/t5/stm32-mcus/how-to-install-and-import-an-x-cube-expansion-package-with/ta-p/49853 .The problem is when I generated the code and tried to build the project,...
Hi allI working on the RTC on the STM32U585 with battery backup, after the date/time been set and running i want to re-fetch these values once the device restores the main power or happens even after reset (with main power), As i have a batterybackup...
Generic STM32F4 series is not working on Raspberry pi via STM32CubeProgrammer(Serial) in Arduino IDE while uploading the sketch to the controller the whole code has been Erasing instead on running in the microcontroller. Thanks in advance for any sup...
I’m using STM32L433RCT6TR, the ADC conversion time mentioned is 0.185uS to 8.1625uS in the data sheet. Is this the time taken by individual ADC channel or the entire 16 ADC channels. What will be the maximum input signal frequency which I can give i...
This my first time here and using STM32 MCUs.I am wondering how locate the examples in this STMCUBE IDE version,I would need them for Nucleo L063RZThanks.
I recently struggled with the SPI peripheral of the stm32c031, the reference manual is somewhat veiled on occasions.Anyway, taking a closer look at the relevant system header part, I saw this : * @file stm32c031xx.h * @author MCD Application T...
I have a code in STM32L476RG and I have some UART logic for the communication between STM32 and MATLAB. But for this I have to press the RESET button everytime. Can we setup communication such that everything is controlled in MATLAB using UART? Can w...