Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi all!This is quite a generic question, any help is appreciated.I'm doing my Masters Thesis on the design of the digital control of different power converters (active rectifier, 3ph inverter, buck, boost and resonant LLC).One of the first steps of t...
Hi,I want to ask if it's neccessary to use exactly the program versions from the installer or if I can use newer versions, e.g. V1.5.1 für the STM32CubeIDE?GreetingsBen
Hi,I created a project in STM32CubeMX tool for USART1(Asynchronous) with DMA channels for both Tx and Rx. But in the UART initialization I do not see anything which indicates that DMA for this UART is enabled. There are two variables defined as follo...
I purchased the board on your site, and you just sent me an email telling me you gave away my seat!I can provide proof of purchase.Please re-enroll me ot at least send me a recording of the course and a copy of the course materials
I have ordered the Board already at my distributor.
We are using RTC and it's alarm in our project. We are reading data from sensor at specific interval which can be between 10 min to 24 hours. We are using LSI as RTC clock source. We measure the LSI frequency using Timers as given in application note...
Hi, I am new to STM32. Currently I am doing a project based on BLE.I need to extract the RSSI value from P2P client (receiver side) when there is a BLE event is ongoing (on P2P server or anywhere).Is there any way to find RSSI in the receiver side f...
It is developing products using stm32f469i_Discovery.The stm32f469i_Discovery board is intended to be used with DS3231.It was connected to I2C1 for I2C communication.I2C1 initialization runs on MX_I2C1_Init();In this function, It is developing produc...