Welcome![Sign In][Sign Up]
Location:
Search - STM32 malloc.

Search list

[uCOSSTM32_RTOS_Examples

Description: 这个原例子是从网上收集的,好像是英倍特网站上的。但是我对其略为修改了一下现在可以运行在重庆优易特电子公司的STM32-EJ体验板上,大家可以按照原来的对照一下练习使用。-The original example is collected from the Internet, it seems that the British special times on the site. However, I slightly modified the look of its can now easily run in Chongqing excellent electronics company
Platform: | Size: 2560000 | Author: 在学习 | Hits:

[SCM110325dj9p6ik6j9iniiii

Description: STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅助函数 static int getTotalDays(int year, int month, int day) 因为gmtime函数需要用到<stdlib.h>中的malloc函数,有时不希望使用该函数,所以我还实现了一个他的变体函数 UINT8 gmtime2(struct tm *time, const time_t *timer) -The standard library STM32 real time clock function to realize the first is the BSP driver, including the initialization function (RTC_Init) and set the time function RTC_Set (). The next is the correlation function in the <time.h>, I just realized I think the most important function of the Time_t time (time_t*time) Time_t mktime (struct TM*timeptr) Struct TM*gmtime (const time_t*timer) And the auxiliary function Static int getTotalDays (int year, int month, int day) Because the gmtime function need to use malloc function in <stdlib.h>, sometimes do not want to use this function, so I also realized a his variant function UINT8 gmtime2 (struct TM*time, const time_t*timer)
Platform: | Size: 3072 | Author: 大鹏集成 | Hits:

[Other Embeded programmalloc_free

Description: 使用malloc 与 free 在一段可使用的连续空间上-you can use malloc and free in you mcu like stm32,stc51 etc.
Platform: | Size: 1024 | Author: lsy | Hits:

[SCMcalculator

Description: 【超值】单片机多项式运算的C语言程序代码,集合了不同方法 #include <malloc.h> #include <sstream> #include <iostream.h> #define STACK_INIT_SIZE 100(Polynomial operation #include <malloc.h> #include <sstream> #include <iostream.h> #define STACK_INIT_SIZE 100)
Platform: | Size: 7168 | Author: 乐天派David | Hits:

CodeBus www.codebus.net