Posted on May 17, 2011 at 14:31Hi! it worked but it is with problem. When i try to erase, it returns FLASH_Timeout but it erase. FLASH_Status1 = FLASH_EraseAllBank2Pages(); Also when i write data it write but function return FLASH_TIMEOUT so it wri...
Posted on May 17, 2011 at 14:31Thank you clive1 It works now I want to ask one more question I can erase pages using FLASH_ErasePage(addr); but it erase 2K but if i want to delete only one byte I mean how can i delete only 0x08002000 address conten...
Posted on May 17, 2011 at 14:27Hi clive! You are right i used google but for can bus filter there are different infos for example someone said this work for 7E8-7FF like this: CAN_FilterInitStructure.CAN_FilterScale=CAN_FilterScale_32bit; CAN_Filter...