Hello, I use B4A for "visual" applications on cheap tablets (is the best tool for programming Android apps). Now, I have modded many tablets based on WM8650 ARM processor ; a huge number of tablets are based on a core_module that is a general purpose processor/ram/nand flash/spi flash/oscillators board "personalized" by the customer to fit a specific tablet model. This hardware has some free I/O pins and I know the addresses of the registers to write on for setting/resetting an output pin or reading the state of an input pin.
Now.. the question is :
is there a way to direct access the memory addresses involved in such registers handling, using only B4A ?
Any trick, in-line assembly or smarter solution will be welcome ! Thank you.