hii am searching for stpm10 & stpm01 source code for stm32f103 according AN2799 document but i cant find any example please tell me how can i found thatthanks
Posted on May 04, 2016 at 10:58hello every onei want to design stm board which should has device firmware upgradebut in this case i have no access to boots pinsmy upgrade data will be send by 3g (GSM module) to board and 3g module just have serial ...
Posted on January 23, 2016 at 14:24hello i want to use 4pin etm trace (ukink pro )on stm32f429 and i have this problem: if core clock > 100 mhz i cant use etm trace and if core clock<140 mhz i cant use ltdc is there any true configs for use etm tra...
Posted on July 18, 2015 at 19:02 i using stm23f429 as can controller for servo drive but some time i have over run problem. i check the signals by oscope and understood that , some time fifo of canbx dose not being empty even a can massage trans...
Posted on June 29, 2015 at 13:28hello every one i use stm32f429 micro controller and use external 8mhz oscillator as external clock src. and connect output frq of the oscillator to osc_in pin and osc_out is floating. every thing work correctly i us...
as i didn't find any src for stpmxx (stpm01 , stpm10) and stm32 , i created a project for stpmxx with stm32f429 discovery and public that src in github:https://github.com/ARoozitalab/STPM01-STPM10-STM32 alireza roozitalab
Posted on January 24, 2016 at 12:45first of all thanks for your replay yes I use tft lcd 8 inch (480*800 pixel) in RGB888 mode and my sdram is k4s561632c board crystal is 8mhz i self designed board with stm32f429IIT and have not any problem with ...
Posted on July 23, 2015 at 18:50
for example this simple code:
#define write 0x600
void can1_init()
{
GPIO_InitTypeDef GPIO_InitStructure;
CAN_InitTypeDef CAN_InitStructure;
CAN_FilterInitTypeDef CAN_FilterInitStructure;
RCC_AHB1P...
Posted on July 21, 2015 at 20:50and i have sending over flow problem i just send on packet to node 0x620 by micro controller but three massage has been sent , and after of each sending , node respond EOF correctly so the first packet transmitted t...
Posted on July 21, 2015 at 20:41
thanks for your replay
i didnot use can tx irq
my config code:
CAN_DeInit(CAN1);
CAN_StructInit(&CAN_InitStructure);
/* CAN cell init */
CAN_InitStructure.CAN_TTCM = DISABLE;
CAN_InitStructure.CA...