Resolved! ADC resolution and its reference voltage
I am using STM32F407VG board. I wanted to know about the reference voltage and ADC resolution available on this board. I couldn't find the exact info related to these parameters in the datasheets.
I am using STM32F407VG board. I wanted to know about the reference voltage and ADC resolution available on this board. I couldn't find the exact info related to these parameters in the datasheets.
Hello AllI understand that debug steps advance instruction by instruction (whether in C or assembly). I wonder if there is any way to advance CPU clock by CPU clock. I need this to debug an issue I have with the SysTick timer.Thanks
Hello, I am programming a SMT32 chip and I am trying to find the size of a defined structure like the code snippet below. From reading online, using sizeof() on a structure can yield different results on different IDEs. When I use sizeof(struct some...
Posted on June 26, 2017 at 09:23Hello. I have custom serial bootloader, which located in the beginning of user flash (sector0), and also user application, which burned by bootloader starting from sector 1 (slightly modified IAP example from ST). Whi...
If loading the on-chip flash from a .hex file, the Write Memory command can be used to write the hex file data records. However, what should done with the start address? Where does that get written? (Assumming an STM32G0, in my case.)
STM32L041F6 - I configured RTC for wakeup every second from Stop mode. It works ok, but after external reset (NRST pin) it not working. Program run in main while() only once, to line:HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);...
The STM32L4xx have excellent 4.5~5MSa/s simultaneous sampling ADC but abysmal 80 MHz CPU clocks. The fast STM32F's have faster clocks but ADC are <2.5Msps. Is there no MCU with 5Msps ADC and 200MHz+ CPU clock?
I am using STM32L432KC: USART1_TX+USART1_DE+USART2_RX. Both are LL drivers.Currently I have to:- created 2 additional MX projects- one with USART1_TX+USART1_DE and dummy USART1_RX pin, set to Mode: Asynchronous + but Data Direction: Transmit Only + H...
UM1724 rev.12, in chapter 5.1 Getting started in description of the default blinky program which comes preprogrammed with the board, says:5. Observe the blinking frequency of the three LEDs LD1 to LD3, by clicking on the buttonB1.What?LD1 is STLink's...