• STM32F030 CORTEX M0
    I have initialized the above controller in C++ in Keil 5uV. After the initialization, I want to jump to or enter a timing critical assembly language algorithm under the int main(void) statement. What...
  • STM32F030 CORTEX M0
    I have initialized the above controller in C++ in Keil 5uV. After the initialization, I want to jump to or enter a timing critical assembly language algorithm under the int main(void) statement. What...
  • STM32F030 USART Transmit Issue
    Hi All, I am developing some code on the STM32F030R8 Nucleo dev board. I am having trouble getting my USART transmit to clock out. I am sending values to the comm port every 1s, and I am seeing nothing...
  • STM32F030 USART Transmit Issue
    Hi All, I am developing some code on the STM32F030R8 Nucleo dev board. I am having trouble getting my USART transmit to clock out. I am sending values to the comm port every 1s, and I am seeing nothing...
  • STM32F030 simulator problem: error 65
    I'm having troubles to run STM32F030 RTX_blinky example in simulator: *** error 65: access violation at 0x0000000C : no 'read' permission If I force vector values of SP and PC that I see in FLASH...