If you test my code you'll see that it actually works. The reason is that my p_product_info is filled by productInfoGet() with a ROM address where the information resides. Instead, you are supplying a RAM buffer to fill, which is not what productInfoGet() does.
↧