Posted on May 01, 2015 at 15:48
hi
my rtc is initialized
i set date and time.
long getUnixTimestamp() {
struct tm timeinfo;
//Setup a tm structure based on the RTC
timeinfo.tm_wday = dateStruct.WeekDay;
t...
Posted on April 10, 2015 at 14:24hiwhat is the approach to do http://askubuntu.com/questions/502987/what-to-do-so-that-issue-net-shows-readable-banner-characters-to-chinese-russian with stm32f4 board?thank #software-design
Posted on February 04, 2015 at 14:06
hi
i have an
stm32f4 and i try to write and read flash value.
#include <
stm32f4xx_hal.h
>
#include <
stm32f4xx.h
>
#include <
stm32f4-hal
/stm32f4xx_hal_flash.h>
float dataflash1 = ...
Posted on May 01, 2015 at 23:58
RCC_ClkInitTypeDef RCC_ClkInitStruct;
RCC_OscInitTypeDef RCC_OscInitStruct;
// Enable Power Control clock
__PWR_CLK_ENABLE();
// Enable access to Backup domain
HAL_PWR_EnableBkUpAccess();
// Reset Backup...
Posted on April 10, 2015 at 19:43you answer is completly uselessif i have 200k of string to load, maybe it's better to usestatic const char *and the string will be in flash instead of ram...so there are some way who are better in embedded system ......