I noticed in the User's Guide (pages 368, 369) that the new RTC_B has 2 new registers. BIN2BCD and BCD2BIN. That's fantastic! I tried them out with the experimentors kit and sure enough, writing a 9999 to BCD2BIN converts it to 0x270Fh. Writing 0x1234h to BIN2BCD results in 4660. Am I being fooled by the debugger? Is that the true operaton of those registers?
Can you give us a little more detail about it. For example, how many cycles does it take to convert? I assume it is using ACLK but if it is hardware, the conversioin result would be ready immediately.
Andy