['F4 documentation] "Weak pins" and EVENTOUT
The same applies to the rest of the pins (PI8, PH0, PH1), too.And, of course, I assume this is to be fixed accross all 'F4 DS, maybe other families too; I won't go check them, that's ST's task.JW
Ask questions, find answers, and share insights on STM32 products and their technical features.
The same applies to the rest of the pins (PI8, PH0, PH1), too.And, of course, I assume this is to be fixed accross all 'F4 DS, maybe other families too; I won't go check them, that's ST's task.JW
Dear All,I have to develop a couple of boards: one to interface ADC LTC2202, 16 bits parallel, 10Msps and the other one to interface an external DAC AD5447, 12bits parallel, 10Msps.I will use for both boards STM32F429ZIT. My questions are:what is th...
I wish to get proper ADC value by ADC-DMA multi channels.These ADC-DMA has 4 channels : trying to get 3 voltage data from 3 external port , and temperature data from one internal port.but I realize I get quite incorrect value from external port ,and ...
This errata is difficult to understand as written. Can you provide diagrams for Section 2.7.4?Can you confirm that if I use continue mode there aren't any problems?Help.
I am a newcomer to STM32 devices and working with the STM32F103C8T6 with Atollic True Studio IDE, mostly HAL libraries and CUbeMX. I'm trying to implement a proportional integral controller which uses a thermistor for feedback and a PWM signal using ...
I am using STM32L072RBI am receiving 26 bytes at one go from an adc using spi interface but i found that i miss one byte out of 26 bytes(from any position) every 6-7 times of reading adc.I saw that data byte is present using oscillosope ,but mcu miss...
Hello I need to use standby mode for my MCU which is STM32F103. In datasheets it says that when MCU is in the standby mode, pins are left in the High Impedance. However, I need these pins to be High ( these are output pins). Is it possible to achieve...