STM32F0x1 Embedded DataBase over FatFS CHan
Posted on October 14, 2014 at 07:18Hello, I want to implement Embedded Database such as SQLite or Berkeley DB on STM32f with Chan FatFS over SD Card. Is it possible?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 14, 2014 at 07:18Hello, I want to implement Embedded Database such as SQLite or Berkeley DB on STM32f with Chan FatFS over SD Card. Is it possible?
Posted on October 14, 2014 at 11:13 Hi all! I faced problem with STM32L151 and i hope to find some useful considerations. The problem is following. I use stop mode with RTC. RTC is configured with periodic wake-up timer. I also use exte...
Posted on October 01, 2014 at 17:46I am trying to use the command line interface to erase and program an STM32F051st_link_cli.exe -c SWD -meStm32 st-link cli v1.6.1stm32 st-link command line interfaceconnected via SWD.connection mode :normalst-link ...
Posted on July 14, 2014 at 14:51I am trying to load firmware over the CAN2 bus using the STM32F4's internal bootloader from a Linux system following the application note AN3154. In general this is working but I have an issue when writing the data us...
Posted on October 13, 2014 at 18:27Hi everyone. I need some explain why this code generating not 1KHz TIM2 interrupt. I have no idea why generating 2KHz in APB1 clock(30MHz) & PPRE1(0b101) & CKD(0b00).#include ''stm32f2xx.h'' void TIM2_IRQHandler()...
Posted on October 13, 2014 at 16:30Hello,I'm using the STM3220G Eval board and the camera (OV2640) present on the eval board to obtain a RGB image on MATLAB.The image mode is set to QVGA. As per standard, the image size of QVGA is 320X240 pixels, bu...
Posted on October 07, 2014 at 16:46 I am adding a thread to STM32F429iDisco demo. This thread use ADC, it use all all the computer time, other thread do not response at all. I try to add code: vTaskDelay(1000); or GUI_X_Delay(1000) It still doesn...
Posted on October 10, 2014 at 16:15Hello everybody,I am searching for a CAN transceiver for STM32F103 based board I am developing.I was interested in the AMIS-30633 transceiver, it is automotive certified and it is ISO 11898 compliant. The STM32 CAN...
Posted on October 04, 2014 at 09:18I've been spending quite some time trying to get the VCP from STSW-STM32121 to work on my STM32L100RB project to no avail and this is what I have found. DP is being pulled up by the 1.5kohm resistor but never does ...
Posted on October 08, 2014 at 22:46 Hi, I am trying to read a sequence of 2 values on ADC1 .I made the code without dma work then i decided to use the dma.I did some research and came out with those lines of code: When i debugg the buffer ...