Do master will generate the Clk pulses 'SPI_I2S_ReceiveData'
Posted on March 12, 2018 at 12:57In STM32L100 during execution of this function 'SPI_I2S_ReceiveData',domaster will generate the Clk pulses or not??
Posted on March 12, 2018 at 12:57In STM32L100 during execution of this function 'SPI_I2S_ReceiveData',domaster will generate the Clk pulses or not??
Posted on February 19, 2018 at 02:05As the title says, I am using an STM32F072BDISCOVERY board and I am trying to implement input capture using timer 3. My input is a PWM signal with a 10% duty cycle, frequency = ~50Hz on port A pin 6. I am trying t...
Posted on March 10, 2018 at 11:01 BothUM1974 & UM2179 have exactly the same title: So how are we supposed to distinguish the two - without having to open both ? Note: this post was migrated and contained many threaded conversations,...
Posted on March 12, 2018 at 16:54 Hello, I have problem when I use FATFS with my STM32F2. My code come from example STM32-Tools\STM32_FW_libraries\HAL_CUBEMX_libs\STM32Cube_FW_F2_V1.6.0\Projects\STM32F207ZG-Nucleo\Applications\FatFs\FatFs_USBDi...
Posted on March 12, 2018 at 16:40Hi there,I've set my STM32 toochain with Eclipse Oxygen + GCC + GDB + OpenOCD and I play with a STM32F769 discovery board. I could compile and debug the blinky project properly. Now I'd like to start a new project. I...
Posted on March 08, 2018 at 11:32What I need exactly is - procedure to load an html file to internal flash memory of the spwf01sc wifi module so that it is permanently store in the internal flash. For example the default files available as below whe...
Posted on March 12, 2018 at 15:11In SPWF01S wifi module, could perform File system update using AT+S.HTTPDFSUPDATE over the air with the help of Apache web server successfully (from Lab6 of Wi-Fi Training - Hands On manual). But the same is giving ...
Posted on March 09, 2018 at 14:33 I have several STM32 CubeMX / HAL projects and I use EmBitz as IDE. All porjects working fine, including compilation and debugging. There are projects with STM32F103, STM32F205, STM32F207,STM32F405, STM32F429, STM3...
Posted on March 11, 2018 at 16:38Hi,I have get pdm data and want to use dfsdm to convert to PCM.The test code is like below:HAL_DFSDM_FilterRegularStart(&hdfsdm1_filter0); uint16_t *pdm_data=... for (int i=0;i<pdm_size;i++) { hdfsdm1_channel1.Instan...
Posted on March 11, 2018 at 16:54Hello, i'm having issue on STM32F746ZG, connected with ETH PHY through RGMII, and i'm having also enabled USB HS using ULPI, when i not enable DCache at start everything works perfectly ...but when i enable SCB_Enabl...