STM32L072CZ EXTI PB14 RISING FALLING ok. How do I activate PB13 and PB15
I would like to activate the RISING FALLING function also on PIn 13 and 15 but I can't do it.I'm probably not able to edit several files that I list
Ask questions, find answers, and share insights on STM32 products and their technical features.
I would like to activate the RISING FALLING function also on PIn 13 and 15 but I can't do it.I'm probably not able to edit several files that I list
Hello,I am trying to estimate soc by coulomb counting method.In coulomb counting we required integration of discharge current.I am getting accurate discharge current but unable to add them by using array. I tried using array :float buffer[50]; float ...
I use "sprintf (string,"comment"); everywhere now for some reason, I am getting a hardfault. in an innocuous print.length += sprintf(String + length, "Received Packet from ");length is only 15.String is declared as char String[256];I guess it is us...
So, if we have a large amount of hard coded data we want to incorporate into my program, my presumption was that a const array would allow the compiler to treat the data more like code, than data, in terms of cost against your CPU limits.This was alm...
Hi,I am using STM32F103RDT6. Kindly suggest me LDO for convert 5 to 3.3V and details regarding decaps values for the all supply line of STM32.
Hi,I use internal ADC of the STM32F767 microprocessor. I set the ADC parameters like this,static void MX_ADC2_Init(void) { /* USER CODE BEGIN ADC2_Init 0 */ /* USER CODE END ADC2_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER...