User Activity

As I am trying to write the data into board flash memory, Is ther any example code to write the 64bytes of data into board flash memory.I have tried the below shared code but its not showing the result I want.flashAddress = 0x08040000void Write_Flash...
I am testing the RAM code in assembly, function name is ML_RAMTest and it is ended with instruction .size ML_RAMTest, .-ML_RAMTest. It is compiling but encounter with the Error: .size expression for RAMTest does not evaluate to a constant. Can you pl...