how to measure force of motor
i need to measure force of a motor but i don't know i how to measure .please any one help me i'm using 24v dc motor with encoderand stm32f446re controller
Ask questions, find answers, and share insights on STM32 products and their technical features.
i need to measure force of a motor but i don't know i how to measure .please any one help me i'm using 24v dc motor with encoderand stm32f446re controller
Hi,I'm trying to write some c++ code in keil for stm32. I have successfully written C code that compiled well but I can't create a c++ project.anyone has experience with it?
Hello,I am using STM32F746BGT6I am trying for LED toggling.I am using cube programmer for downloading hex. I am facing verification issue, but download was successful. After download complete, i reset my controller. But my toggle logic is not working...
Hello?I'm use STM32F103 RCT6 SPI3 with EEPROM.But When I use IAR Debug. can't read or Write. because no have clk Without IAR Debug // SPI3 Config /////////////////////////////////////////////////////////////////void SPI3_Config(void){ SPI_Init...
I have a water flow rate sensor which I want to read with my STM32F411RE Nucleo-64 board. The output signal is a frequency. How can I read the signal? The sensor has following properties:Flow Range = 1 - 15 L/minPulses per Liter = 2200Frequency Outpu...
I'm working on a project that a series of duty cycles must be measured. A sample of related waveforms is displayed below: As you can see from the signal, the frequency is too high, and calculating it using bit functions is impossible. In the controll...
Even im getting Rec error / Event error .. how to resolve this error ?
I'm trying to clean up some code I used to figure out how to use the UARTs on a STM32H7A3. The STM examples declares the data to be sent out like this:ALIGN_32BYTES(uint8_t txBuffer[]) = " *****UART_TwoBoards comm ... ";ALIGN_32BYTES is defined like ...