User Activity

Posted on December 14, 2016 at 07:57 I'm using the STM32F411RE board with the IDW01M1 WiFi expansion module. I run some examples from en.x-cube-wifi1_firmware.zip lib. However, all example code I run always fail during the wifi_init()--> wifi_res...
Posted on December 28, 2015 at 06:58MCU: STM32F429NHi. I know from datasheet that spi should be configured as mode3 (CPOL=1, CPHA=1), but its working only with mode 1 (CPOL=0, CPHA=1)In mode 3 -  x-axis is stuck with value: -32624. Someone know the ...
Posted on March 08, 2015 at 20:26Hello,I have a problem to get axes data-> all axes are 7 (in 2's complement). I cant find the mistake. is all process is well?/* SPI2 init function */void SPI2_Init (void){  GPIO_InitTypeDef GPIO_InitStruct;  SPI_Ini...
Posted on December 26, 2014 at 15:14hey,I would like to know if I can use with different channels of the same TIM and get different freq for each channel (i am NOT talking about Duty Cycle).if there is an options, how i config this parameter?  #p...