Wearable OS for STM32
Posted on March 08, 2016 at 07:33HI Is there any opensource OS for wearable having hooks/APIS for sensor ,pedometerdisplay ,etc which can be ported to STM32.Or is it ,it is FreeRTOS to start with?Rgds,Rp #!stm32 #wearable
Posted on March 08, 2016 at 07:33HI Is there any opensource OS for wearable having hooks/APIS for sensor ,pedometerdisplay ,etc which can be ported to STM32.Or is it ,it is FreeRTOS to start with?Rgds,Rp #!stm32 #wearable
Posted on February 29, 2016 at 13:55Hi Sir/Mam, Basically we are using the stm32f303VCT6 mcu as our main controller. It takes the gps co-ordinates of the moving vehicle from the on board gps module and then computes some algorithm ...
Posted on March 04, 2016 at 09:14 Hello! I am using a custom made STM32F302RE board. I want configure the filter such that I would be able to receive all messages. I have coded it as follows: int i; for ( i=0 ; i<=14 ; i...
Posted on March 07, 2016 at 04:06Hi all,I have designed a device to track data of car. I have used the STM32F303RE and FreeRTOS to program its operation. When I use SD card task to read data from SD, it take a long time (about 30 minutes) to get dat...
Posted on March 07, 2016 at 11:01HelloI'm trying to use the video module on the stm32f469 disco board with the demo program. I have an ''emf'' file but I don't know where to copy it.In the .txt file of the demo project directory, there is this info:...
Posted on February 24, 2016 at 18:27Hello, I got some problem with STM Studio. I am working with gnu arm and System Workbench on a STM32F0. Debugging works everything is okay. Now I found STM Studio and I tried to use it. When I watch a incremented...
Posted on February 26, 2016 at 13:54There should be two functions:HAL_ADC_Start_DMA()HAL_ADC_Start_DMA_IT()If i want to use adc with dma i normaly dont want to use interrupts. But HAL_ADC_Start_DMA calls HAL_DMA_Start_IT() instead of HAL_DMA_Start()...
Posted on March 05, 2016 at 13:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 12, 2015 at 10:59 Hi all, I am trying to trigger ADC2 with a timer at around 100kHz. The data will be loaded into DMA. However, the data obtained through DMA has a much higher frequency than the timer. For the ADC1, I...
Posted on March 03, 2016 at 21:19The original post was too long to process during our migration. Please click on the attachment to read the original post.