c->buf_send = mqtt_malloc(tmp_len);
#define mqtt_malloc(size) hal_malloc(size)
uint8_t g_buff[2048] __attribute__ ((at(0x20001000)));
void *hal_malloc(uint32_t size)
貌似會宕機 不知問題在哪?自己也驗證一下:
#include #include #include #include //malloc
typedef unsigned int uint32_t ;
typedef unsigned short uint16_t ;
typedef unsigned char uint8_t ;
static uint8_t g_buff[2048];
void *hal_malloc(uint32_t size)
int main(void)
此時是iok
可以做我自己的!
static uint8_t g_buff[2048];
void *hal_malloc(uint32_t size)
int main(void)
也是沒有問題的!
算了暫時
直接://#define platform_has_dynmem
這樣就不會用malloc了 它會自己static
對接阿里雲簡訊
最近專案中需要發簡訊,用到了阿里雲簡訊,寫篇文章記錄一下過程。註冊賬號之類的我就省略了。新增簽名,就是簡訊開頭那個用 框起來的。3.新增模板,具體的簡訊內容,可以用變數代替。4.接下來直接使用api中的具體介面即可。以傳送驗證碼為例,看一下官方文件還是很簡單的。傳送驗證碼 param phone 手...
s3cmd與阿里雲OSS對接
專案中剛好用到了s3cmd和阿里雲oss對接。使用方法如下 1.安裝s3cmd pip install s3cmd 2.配置s3cmd s3cmd configure 我的配置如下 如果許可權異常s3cmd會報錯。這裡其實和日期沒任何關係。這裡就是許可權問題,提示資訊不錯。和日期沒有任何關係 err...
螞蟻分類資訊系統mymps對接阿里雲簡訊介面
螞蟻分類資訊系統 mymps 是基於php mysql開發的分類資訊程式cms,以負載能力強 安全性高 操作簡單而著稱,深受分類資訊 站長喜愛,為在window linux伺服器上架設分類資訊 提供完美解決方案,為架設資訊發布 和地方門戶 提供源動力!首先,我們先更換後台的顯示介面檔案。開啟模板檔案...