STM32F4 USART receiving float number
Posted on October 05, 2016 at 06:20 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 05, 2016 at 06:20 The 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 16:47Hello, why are ID Codes and ROM calibration values like TS_CAL1 not available in the device headers? This make writing portable code harder. Bye #id #calibration #device-headers
Posted on October 13, 2016 at 14:29Hi all,I'm going to design an ultra low power circuit which should work with battery for years, so i have to decrease the power consumption as much as possible, i'm using some peripheral chips like EEPROM(m24128), ...
Posted on October 14, 2016 at 12:49Hi in which folder should I store my user .c/.h files, so they are not deleted when I regenerate the Project with STM32CUBEMX? #!cubemx
Posted on October 12, 2016 at 11:06hi, i want to interface stm32f0 to 16x2 LCD display. i didn't get good information or tutorial. i am using keil uv5 and cube mx. please guide me. thank you .
Posted on October 13, 2016 at 12:01I noticed that there is a 96 bit serial number in the CPU. At least in the 407 CPU. There is very little about it in the 202 page datasheet. How can access it. And has anyone an idea how can I use it for CAN addre...
Posted on February 11, 2016 at 10:29Hi, on a STM32F207 I want to use coarse calibration but it seems to have no effect. - I changed PRER to PREDIV_A = 63 and PREDIV_S = 511 and print it out on a UART after reset. I changed to these values to have a ...
Posted on October 14, 2016 at 04:23 Dear All, I am trying to apply TIM14 along with pwm and put them to GPIO. The timer setting driver code is here,( one pulse mode has chosen) /* TIM14 init function */ static void MX_TIM14_Ini...
Posted on October 14, 2016 at 04:09Hello everyone, i'm working on an Audio IN endpoint USB Device (a microphone). The idea is to capture audio data from a codec and send this data to a PC by USB by implementing an isochronous IN endpoint.I want to ...