Bootloader by USART not working on my STM32L031C6
I tried to program a STM32L031C6T MCU using bootloader through USART2. I use STMFlashLoader application and Cisco USB to RJ45 (p8) cable. This cable uses a FT231X chip and I have it´s driver installed.

My problem is that the connection it´s working, it says: "unrecognized device... please reset your device and try again".

To enter in bootloader mode I need to put "1" on BOOT0 pin and nBOOT1 bit must be also "1". By default nBOOT1 is "1" so I only need to put "1" on BOOT0 pin during reset. I know my MCU is not running my code (and also message from STMFlashLoader is different)

so it only can be in bootloader mode or running from embedded RAM. But as I said before nBOOT1 bit is "1" by default and I didn´t touch this, so it must be in bootloader mode.
I've searched for info and find this page: http://www.emcu.eu/2017/11/10/flash-loader/ that says: "ATTENTION. Up to now, 10-November-2017, there is a problem to program the STM32L0x1/2/3(32KFlash) using the standard Flash Loader (ver.2.8.0) present on the STM Internet site. If you had the necessity to program the STM32L0x1/2/3 download this release(ver.2.9.0) of the Flash Loader and use it." I downloaded this new version but the same issue.

I find another app that also program flash using STM32 bootloader, FlyMCU v0.188 and it also can´t connect and if I try to get ChipInfo my MCU answer with all "0x00". I read STM32 bootloader and it says MCU waits to receive "0x7F" and answer with an ACK (0x79) or a NACK (0x1F) so it seems that this cable is not working properly because it seem it answer all with 0x00. I tried it with my 2 prototypes but result is the same.

I´ve done something wrong? I don't know what is happening. I also have 100k pull-up resistor on TX and RX lines like it suggests AN2606
Maybe my 33Ohm resistors (R47 and R48) are degrading my serial port signals? Or this cable is not working? (I bought it in dealextreme to a chinnese shop and I don´t know if it´s original cable)
