(BTC) Two's complement of ADC input
Posted on January 29, 2014 at 10:24Is it possible to get the 2's compliment of ADC input in STM32F407vg. If It is possible how it can be achieved
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 29, 2014 at 10:24Is it possible to get the 2's compliment of ADC input in STM32F407vg. If It is possible how it can be achieved
Posted on July 14, 2013 at 05:41I tested a ST7735 TFT LCD with hardware SPI of STM32F3. But I was unable to control the LCD. Are there any implemented library for ST7735 suited to STM32F3 ? Thanks #stm32f3discovery #st7735r
Posted on January 29, 2014 at 16:12I'm running the MEMs example fromSTM32F4-Discovery_FW_V1.1.0\Project\Peripheral_Examples\MEMSusing uVision / MDK-ARM and I'm not getting any changing values when the read function is being called on the SysTick int...
Posted on January 24, 2014 at 17:38Hi,I'm using TIM1 and TIM8 of STM32F3 to generate PWM signals. I'm using both of the timers in combined PWM mode so that I can get high frequency/high resolution center aligned 4CH PWM. Moreover I'm synchronizing t...
Posted on September 06, 2011 at 22:10Dear,What is the sample rate of variables in STM Studio ? In one of the application notes I found 5msec, but I'm not sure if it is correct. 5msec is too slow. Is that possible to increase/decrease the rate in the...
Posted on January 28, 2014 at 08:13Guys, Am I right on initializing ADC ? It's running only one time and then freeze, I put it on forever loop, but stopping, never looping again, any wrong configuration here ? thanks //read internal temperatur...
Posted on September 06, 2012 at 07:55i try to show the time in Hiper terminal using uart.my problem is moreover this link- /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/ST...
Posted on January 17, 2014 at 15:30I looked into MSC host example, but I thing BOT is not ordinary bulk transfer?I'm still thinking about RNDIS - the data transfer.Is that also wrapped-command-status transfer or just plain data exchange via bulk-EPs...
Posted on January 28, 2014 at 13:16Hello,I have connected external clock source of 25 MHz from local oscillator to theOSC_IN pin of STM32F4. The problem is, that sometimes happens, that CPU does not start from external HSE and bit RCC_CR_HSERDY is n...
Posted on January 28, 2014 at 13:47 the counter receives the write value, but it doesnt start when i enable the wake up event. The WUTF bit should be set when the counter reaches 0, but this never happens. void init_RTC(void) { /* Enable the...