What is the mean Function for ×××_DeInit()
How can I use the ×××_DeInit()? And where it should be used?
How can I use the ×××_DeInit()? And where it should be used?
I have been following a course Mastering microcontroller with STM32, and the emphasis of this course is to walk the student through the architecture of STM32 MCU's, and develop the driver's for GPIO, SPI. I2C, and USART from scratch. I have an STM32F...
how to write SN for hundreds MCUS? i know j-flash can write fixed bytes,i need to write custom 10 bytes SN which has its own generation rule
I couldn't find this info on the Reference Manual, maybe because it is trivial, in case I'm sorry. When the CPU performs a single STR within the FMC address space, is it blocked until the entire write cycle of the peripheral is complete, or it only w...
Hi, I'm trying to generate a 500KHz counter on TIM1 on the STM32F7 to trigger an ADC conversion and I'm currently having issues as it seems to top out at 360KHz. I'm toggling a GPIO pin with a scope to the input and simply changing the Period on the...
Is there some sort of foiling problem with PA6 on the NUCLEO-L496ZG board? I am trying to setup PA6 to be the OPAMP2 positive input. There always seems to be 3 volts stuck on this pin with nothing connected. PA0 works just fine when configured for OP...
Dear Members,I'm doing experiment with RTOS, what's the different between Timer and systick when using RTOS ?Thanks
Lets say I have channels 1 and 2.I was wondering if I disable continuous scan and enable watchdog on 2. Will the interrupt for channel 2 be called only when I do a start scan or will the watchdog keep continuously checking the channel 2?In other word...
Is it proper way to to count encoder pulses using rising/falling edge interrupt instead of using Timer in Encoder Mode??Because in my application I need interrupt above 80000 pulse count. But here timer is of 16-bit (STM32F103C8T6) so it can only cou...
Hi,I'm using a Nucleo F429ZI and want to use a low power mode after I lose supply power and am relying on a battery (connected to Vbat). I am wondering if it's possible to monitor Vbat while in a low power mode (like Sleep Mode) and what the best way...