POWER SUPPLY
Can anyone please tell me the difference between VDD,VBAT and Voltage regulator in stm32f407vgt6 discovery board
Can anyone please tell me the difference between VDD,VBAT and Voltage regulator in stm32f407vgt6 discovery board
Hello.I have assembled the device on the STM32L496ZGT6P microcontroller. Along with the other functions, this controller is to poll its UART interface (more precisely, UART4). The device is operated outdoors and at low temperatures, and I have notice...
Hi Everyone.Page 524, section 18.4.16 ADC timing of the STM32L476 Ref manual states.The elapsed time between the start of a conversion and the end of conversion is the sum ofthe configured sampling time plus the successive approximation time dependin...
Hello everyone,I am using ADC + DMA + TIMER for my analog samples on STM32 nucleoF401RE.I am new into the STM32 family.So I refer some code as per given some examples in this community.But I am not able to achieve it.I wanted to follow below method f...
Still learning H7 so apologize for a silly question.I want to use all Dx RAM parts on a single core STM32H743: D1, D2, D3.Now, in system_stm32h7xx.c , SystemInit there's following code:#if defined (DATA_IN_D2_SRAM) /* in case of initialized data in ...
I've (sort of) found out a way to store GPIO states in memory with DMA (parallel data input from a 74HC595 shift register, because the STM32F103Cx doesn't have 4 SPI peripherals) and I want to output that same data via SPI in a similar manner, except...
hi everyone,what's the problem with AP on the IoTA2, I can't set an AP, everything works great only the AP doesn't work?can someone tell me is there Something with the fw?
Hello All,I am using a NUCLEO-F401RE Board and a IKS01A2 Sensor Board with it. I want to collect the incoming data dynamically and modify it. By using Unicleo-GUI and just clicking Connect and Start I am able to observe the collected data. I want t...
Does one pulse mode offer the complementary output? My complementary output just sits there. I'm on TIM17 and I'm not sure if being on the 'lite' timer is the problem. I suppose I'll try moving it over to TIM2 and see if the problem persists althou...