VladT

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: STM32 frequency floats when debugging #29281
    VladT
    Participant

    Question: do you have a fluent Russian programmer? It’s hard for me to explain the subtleties in English …

    in reply to: STM32 frequency floats when debugging #29280
    VladT
    Participant

    You do not understand … I will prepare a draft of my project with instructions on what to take from it and what to do so that you can repeat the behavior …

    in reply to: STM32 frequency floats when debugging #29274
    VladT
    Participant

    if I give you a draft of my project that behaves “wrong” – is that enough?

    in reply to: STM32 frequency floats when debugging #29257
    VladT
    Participant

    Does not work! The question remained unresolved… In that post, questions, not statements …

    in reply to: STM32 frequency floats when debugging #29228
    VladT
    Participant

    Any news on my question?

    in reply to: STM32 frequency floats when debugging #29159
    VladT
    Participant

    Any news on my question? wait? Or is your product only LEDs to blink on STM32?

    in reply to: STM32 frequency floats when debugging #29106
    VladT
    Participant

    both options work))) and debug and release …

    • This reply was modified 3 years, 7 months ago by VladT.
    in reply to: STM32 frequency floats when debugging #29105
    VladT
    Participant

    over the weekend I will try to make a demo (my cut-down project with CAN) to reproduce the error you have …

    in reply to: STM32 frequency floats when debugging #29101
    VladT
    Participant

    Okay. In the first message, I did not have enough information (Now I can say that there is another similar project where I observe the same picture … the same CPU + LwIP + CAN … On the CAN bus I observe a three-fold frequency drop …

    The initialization code CAN is where I experimentally selected a divider that allows you to work in debug mode … I selected the divider using an oscilloscope …

    For some reason, the Keil compiler does not want to be used. I only use it for checking. Before the errors occurred, both projects were originally written in VisualGDB + CubeMX.

    static void MX_CAN1_Init(void)
    {
    hcan1.Instance = CAN1;
    #ifdef DEBUG
      hcan1.Init.Prescaler = 8;
    #else
      hcan1.Init.Prescaler = 21;
    #endif
    hcan1.Init.Mode = CAN_MODE_NORMAL;
    hcan1.Init.SyncJumpWidth = CAN_SJW_1TQ;
    .........
    }
    
    
    • This reply was modified 3 years, 7 months ago by VladT.
    • This reply was modified 3 years, 7 months ago by VladT.
    in reply to: STM32 frequency floats when debugging #29091
    VladT
    Participant

    A short description of my project:

    CPU = STM32F427

    LAN + USB (VirtualCOM port) + 8UART

    The device receives a packet from the network, exchanges data on ports and sends the received data to the LAN. Additionally, an exchange can be made via USB with the desired uart …

    in reply to: STM32 frequency floats when debugging #29090
    VladT
    Participant

    The fact is that the project is quite loaded with functionality. More than 10 streams on FreeRTOS. How does it affect it?

    in reply to: STM32 frequency floats when debugging #29089
    VladT
    Participant

    Please read the first post of the branch … The configuration release works … The debug does not work … What does the power have to do with it? There are no breakpoints … Now I made a special connection to the release as advised – nothing was broken in the work …. I compile this project in Keil and everything works fine … The problem with USB and the frequency drop occurs only in debug mode …

    in reply to: STM32 frequency floats when debugging #29086
    VladT
    Participant

    we renewed the license …

    in reply to: STM32 frequency floats when debugging #29060
    VladT
    Participant

    I added an email to my profile … the first where is registered and the second is my personal

    in reply to: STM32 frequency floats when debugging #29059
    VladT
    Participant

    at the moment the support period has ended … the manager has requested an invoice for an extension … waiting …
    By the way, along the way, the question is – is there a discount on the extension? or is it like buying a new license?

Viewing 15 posts - 1 through 15 (of 17 total)