usart communication using interrupts
Posted on October 13, 2016 at 08:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 13, 2016 at 08:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 18, 2016 at 01:27Hello to everyone, Today I received a STM32F303VC for a university course. Worked with this board a couple of times before, did some simple programs (switching on the leds) and took it to my home. Here I tried to d...
Posted on October 19, 2016 at 09:44Hi,I have recently been having problems with the 32KHz external oscillator on a number of boards failing to start or running slowly when it does start. After trawling the reference manual I found the LSEDRV bits in...
Posted on October 19, 2016 at 10:42Hello, I'm very new to STM32. I'm trying to generate some complex signal using internal DAC, using array of values. I would like to store this array in ROM (FLASH), since I need RAM for another task. Is it possible...
Posted on October 07, 2016 at 11:17 Hello, I have problem with stm32f373 ADC peripheral. My config ADC1 pin PA2 always gives 1.6 V at output, but it's configured as analog input. I usedADC_BasicExample, but result is the same. In errata no infor...
Posted on October 11, 2016 at 19:08Hello, I am having some difficulties with input capture on the nucleo64-r401re.I manage to generate a PWM signal to a ultrasonic sensor, that replies correctly (checked with oscilloscope), however i do not manage t...
Posted on October 06, 2016 at 00:37 Hi, I'm using a STM32F411 on a product that uses I2S to stream some sound to an audio codec. I use this function to configure oscillator: void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscIn...
Posted on October 11, 2016 at 00:55I am looking for an USB HID example that the firmware would receives for example a command from the PC then based on the input command, would display a few LED. Currently there are a few examples from STM but it se...
Posted on October 13, 2016 at 14:38A quick scan of my STM32Cube_FW_L0_V1.7.0 directory shows:Search ''HSI48ON'' (2894 hits in 1042 files) C:\Users\PD\STM32Cube\Repository\STM32Cube_FW_L0_V1.7.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l052xx....
Posted on October 17, 2016 at 23:01Hi all,I get ATR fine.However, when I send any command, the reply is ''my command+reply''. I mean, it looks like the Smart Card is echoing my command (however it doesn't, I can see the transmission on a logic analy...