?! What is that? Please simply post a link to the branch/commit you are working with.EBiCS_Firmware-2261029
Sure.Is it possible to enable automatic offset detection when enabling it in my firmware version?
I'm using this, it works with standard Bluetooth and with BLE, you can look at the live data and log the data to a file for later analysis.Is there a working program for Android
?! This is very, very old. What is the problem with the latest commit of the new generation branch?! It works flawlessly for me, otherwise I wouldn't have published it without a hint...Here is the latest commit that compiles and runs on my controller.

#define R_TEMP_PULLUP 3000
I remember that we discussed this and I actually measured the resistance.Code:
#define R_TEMP_PULLUP 3000
I definitely looked at this in debug mode via UART.The values for the torque offset and torque max are strange also, but may work...
The next (relevant) commit changes the address of the virtual EEPROM. Have you run the autodetect again after flashing? This is essential, otherwise the hall angles are not available to turn the motor.which compiles and loads, but doesn't run on the controller

I'm using 128 and it works flawlessly. But It's known that this pages may be corrupt. There are several reports on that:using 128 instead of 64,
So may be you have bad luck with your processor. But if it works for you with the virtual EEPROM on pages 62+63 everything is OKSTM32F103x8 and STM32F103xB are the same chip. So the 128k flash are on chip. On a STM32F103xB, the upper 64 kB are fully tested, on a a STM32F103x8 the flash is probably not tested or was tested bad. So if you play with a a STM32F103x8, you can try to use the upper flash. But do not rely on that flash to work right!
I've flashed a lot of controllers and many other users too. You are the first who reported issues with the virtual EEPROM on pages 126 and 127.leave a ticking time bomb
This should be prominently posted on the wiki or fixed everywhere.
Increasing risks without absolute necessity based on everyday observations and failing to document this danger is beyond me. Well, screw it, let's move on. I'll keep digging.I've flashed a lot of controllers and many other users too. You are the first who reported issues with the virtual EEPROM on pages 126 and 127.
Feel free to edit the Wiki, anyone with a GitHub account can contribute there!and failing to document this danger
It's faster to implement it, than to explain how to implement itI want to try adding it to my branch on GitHub.