Other Parts Discussed in Thread: MSP430F248 Hi all,
I want to intergrity check by SHA algorithem of code in flash memory(MSP430F248). this code come from the wireless network.
how can I use SHA algoritem for this. please send me some sample code regurd…
Other Parts Discussed in Thread: MSP430F248 Hi all,
what are the boot locations of MSP430F248 ? can it boot from information memory location or any main memory locations.? in addition can we change the reset vector locations in this microcontroller ? …
Hi all
I want to impliment SHA1 algorithem for 16bit above microcontroller. but there some 32bit constant in this algorithem. How I replace this with 16 bit constants. ??
Please help me.
thanks.
Other Parts Discussed in Thread: MSP430F248 HI all,
im tring to convert SHA algorithm for as suitable for the msp430f248.
i have encounted problems when i tried to do so.
Warning[Pe063]: shift count is too large
if so wht are the values should i…
Other Parts Discussed in Thread: MSP430F248 , SIMPLICITI , CC1101 Hi,
I am trying to configure the MSP430F248 + CC1101 to run simpliciTI. But I cannot configure it properly. What do I need to do?
I configured the BSP layer ok. But when I got to test the…
Other Parts Discussed in Thread: MSP430F248 Hi all,
I want a serial bootloader for MSP430F248 chip. i'm unable to find any sample bootloader for above chip. therefore if you can, please send me a sample bootloader code for MSP430F248.
Thanks.…
Hi,
I have wanted bootloader for above mcu for part of my project. It is used for download firmware from PC (via serial) to above mcu. please send me a sample bootloader programme , if you can.
thanks.
I want to copy data from one location of flash & write them to
another location of flash. I want to do this block wise.can I do this
keep data which i want to copy in the flash or firstly
must they want to write to the ram.?? please explain this…
Other Parts Discussed in Thread: MSP430F248 Hi all,
I want to write 2 different programme to above chip. They named programme A & programme B. A & B are in different flash memory locations.
Normally always chip boot from A and run A programme…