Using Processor: TMS320DM6437 and the PSP libraries in C:\dvsdk_1_01_00_15\psp_1_00_02_00\pspdrivers\drivers\nand, I need to be able to erase a single block of NAND flash. The flash chip supports it; the API does not appear to expose it, according to the documentation.
Has this been addressed in a future version of the API?
Can I get the library source code and make modifications myself?
Is there a hidden function that already provides it?
Is there a trick, such as doing a write-block with all 1's, that gives me the functionality I desire?