STM32F429 Discovery - PWM input capture
Posted on May 26, 2016 at 10:34 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 26, 2016 at 10:34 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 27, 2016 at 20:49Hi, I'm working on a STM321F407IG MCU and trying to get interrupt working on pin PE2. I'm using HAL Library and got INterrupts Working on some of the other pins but not on PE2. In GPIO Configuration I set Mode of the ...
Posted on May 26, 2016 at 18:05 Hello, Looking at the RM0090, I can read on the RTC_CR register description : Bit 17 SUB1H: Subtract 1 hour (winter time change) When this bit is set outside initialization mode, 1 hour is subtracte...
Posted on May 18, 2016 at 12:38Hi,anyone know when the STM32F769 (inc STM32F769I-DISCO & STM32F769I-EVAL boards) will be supported in CubeMX ?
Posted on May 02, 2016 at 08:44Hi, is the Datasheet of the STM32F769xx uncomplete? Where can i find the chapter of the electrical characteristics? Thanks
Posted on May 27, 2016 at 11:48New http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series.html?querycriteria=productId=SS1858&icmp=tt3649_gl_pron_may2016 are based on the high-performance ARM®Cortex...
Posted on May 24, 2016 at 07:33Hi all,We can't seem to program any memory in the OTP memory range on the F7 series (STM32F746VG). We are trying to program in the address range of 0x1FF0F000 onwards.When we do we get an error ''Error occured during m...
Posted on May 27, 2016 at 06:52The MacOS Cube 4.14 to 4.15 updater managed to wedge my copy, so I blew it away and went to the website to grab the installer for 4.15.I went through the download link/accept the license/login loop a bunch of times, bu...
Posted on May 26, 2016 at 04:57I need to know what the differential mode SDADC conversion code is. Is it 2's compliment such that the code: int16_t D = (int16_t)HAL_SDADC_GetValue(&hsdadc3); Will return to D a signed result such that if the positiv...
Posted on May 26, 2016 at 19:56I am currently working on a project where I would like to interface an stm32f407 controller to a Micrel KSZ8895 Ethernet switch. The switch has a MII interface that should allow me to connect directly to one of the por...