Other Parts Discussed in Thread: MSP430WARE, FFTLIB
Good-day, I have question about ROM driver in MSP430FR2355.
I use this msp and IAR embed workbench.
This msp430 has ROM of read only. I think this area includes driver. Default sample code does not be use automaticaly, right?
Therefore I searched this driver, and found it in MSP430WARE.
MSP430WARE has source file and include file of driver.
I can use those file on my environment. And can call "ROM_" function, but the function address's code all zero. I think that because I use IAR simulator.
So I'm searching rom image of driver. And I would also like to have the correct linker file (xcl) if possible.
For another series of MSP430, the ROM image seems to be included in the MSP430WARE.
Ex: slau574k.pdf MSP432 P.22
I have not been able to find any documentation for the above example regarding MSP430FR2355.
Also, I could not find any ROM image for this microcontroller in MSP430WARE. And I would also like the exact xcl file.
Please teach me where to find it.
