User Activity

Hi,I'm reviewing a code for PMSM motor control with FOC. The library used is an older one and described in UM0492 "STM32F103xx permanent-magnet synchronous motor FOC software library V2.0" (attached file)I'm wondering how the software know what curre...
Hi,I'm using STM32F767 and it's ADC. This STM has 3 ADC.I configured the ADC1 & ADC2 in multimode which is triggered by a timer. I also use DMA for data transfer. ADC1 and ADC2 both convert 2 channels (I measure voltage and current of two channels si...
Posted on November 14, 2017 at 16:24HelloI'm using the FMC bus on a STM32F767 to read and write to an external device in SRAM mode with 32-Bit width.Is it not possible to address the external memory in byte-address mode instead of 32-bit address mod...
Posted on November 07, 2017 at 15:58HelloI have a problem with the Timer2 on STM32F767.I use the Timer2 as simple timer in Countermode Down. With this timer I want to realize a countdown to start another process once after the underflow interrupt ha...
Posted on June 15, 2017 at 09:35Hello,I'm working with an STM32F7xx with the Cube HAL library. Im using the UART and I tried all 3 transmitting functions of UART. These are HAL_UART_Transmit, HAL_UART_Transmit_IT and HAL_UART_Transmit_DMA. all 3 met...