Posted on January 02, 2018 at 12:18
Hi all,
Recently I use STM32CubeMX Ver 4.0 (STMCube V1.0), firmware V1.18 to generate codes for STM32F407 by using SDIO 4-bit bus to access SD card via DMA or standard IO. The generated codes could not funct...
HiPlease try to google "initial rotor position alignment method", you could get much more ideas to do proper alignment for incremental encoder. Once you get some ideas, modify the enc_align_ctrl.c, the default ST MCSDK just does the alignment once. H...
OK,Regarding my suggestion 2, you could modify the mc_tasks.c, /**
* @brief It executes the core of FOC drive that is the controllers for Iqd
* currents regulation. Reference frame transformations are carried out
* accordingly to ...
Hi, there are possible solutions to fix your problem:The alignment current could be too small, try to increase the alignment current to motor nominal current. Increase even more close to maximum rated motor current if the motor is under heavy load. B...
Posted on March 27, 2018 at 06:46 Dear all, Attached is the test program FATFS+FreeRTOS and functions properly under STM32F407x evaluation board. Please note that the code is generated by STM32CubeMX V4. As an embedded software engineer, hope...
Posted on March 01, 2018 at 05:25
Hi Evgenily,
You could try the following steps to solve your problem.
Open the freertos.c file and
1. Modify the SDFileTest() to accept string parameter
/* USER CODE BEGIN FunctionPrototypes */
void S...