ACIM FOC library for STM32 ?
Posted on November 13, 2017 at 22:26Where to find the ACIM FOC library for STM32 ? When it will be in the STM32Cubexx ?
Posted on November 13, 2017 at 22:26Where to find the ACIM FOC library for STM32 ? When it will be in the STM32Cubexx ?
Posted on February 15, 2018 at 09:33Hi everyone,I'm struggling to get the Murata Type ABZ CMWX1ZZABZ-078 module current down to less than 2 uA as stated in the datasheet. At the moment it is about 15 uA. It contains an STM32L082CZ + Semtech SX1276 L...
Posted on February 14, 2018 at 08:35I want to shoot it in about 20km altitude, but I have doubts about if the microcontroller still works under that low pressure. Does also anyone know the distance of the conducting paths?#altitude
Posted on February 13, 2018 at 08:34Hi All.We have been trying to set up CAN-communication, and have been unsuccessful so far.So, we are wishing to proceed in baby-steps.As a first step, we intend to get the sending-CAN-packet working.Firstly, is it...
Posted on February 14, 2018 at 21:29Hello,I've developed a program reading and writing serial data using USART6 and pins 6 & 7 on GPIOC. It uses DMA to perform the RX & TX and is working fine. We thought we might be able to save some wiring effort...
Posted on February 13, 2018 at 06:54ST, when would you expect these parts to be available ?How can I organise 2 units for my boards ?
Posted on February 13, 2018 at 04:27Boards: STM32F0 Discovery, STM32F4 DiscoveryOS: Windows 8.1 x64GUI: PlatformIOTried the following multiple times with restarts, uninstalls:Downloading driver from http://www.st.com/en/development-tools/stsw-stm321...
Posted on February 14, 2018 at 16:59Hello. I'm driving The RTC On STM32F4 Discovery and I'm using STM32Cube for initialization. after everything, It only updates the value after a Reset. I don't know what the problem is. Can you help?Here is the co...
Posted on March 19, 2013 at 18:37Hi, does anybody know, where i could find a c/c++ example for calculating a crc like the hardware based unit in a STM32F10x? Some links in this forum seems to be obsolete. knut #crc-stm32f103-algorithm-example
Posted on February 13, 2018 at 16:02 I wonder if I can delete the call to EXTI_GetITStatus() in the following example code? TheEXTI0_IRQHandler is not used for any other external interrupts. So thecall to EXTI_GetITStatus() seems unnecessary...