User Activity

On page 44/75 of the L6470 Datasheet it says "The available range is from 0 to 0.996 x VS with a resolution of 0.004 x VS, as shown in Table 12."I am using an ElectroCraft motor (TPE17-32A20-1100-0) which has a Voltage (V/Phase) = 2.2.So if I want a ...
Can someone please write me a few lines to enable my code to receive an interrupt as a byte is coming?For the life of me I cannot find any code examples. All I can find is application notes that go on and on about the capabilities of the STMicro SPI....
Can someone translate this, and dumb it down for me a little please?I am just trying to get my very basic, very simple SPI slave to receive a bunch of bytes from a PC application using interrupts.After receiving the first byte the code goes into the ...
Posted on June 25, 2018 at 15:37Hi,How can I tell for sure if a microcontroller supports Field Oriented Control for BLDC motors? I am particularly interested in STM32F303VC and STM32L4R7VI.The STM32F303VC for sure does that because I remember readin...
Posted on March 19, 2018 at 22:09Hello,Could someone tell me what I am doing wrong here?I would like to transmit on SPI (as slave) using DMA, and so have tied SPI transmit to a DMA channel, and set up an ISR to capture 'transmit completed' interrupt...