• GPIO not outputting correctly
    Hi, I'm currently working on an STM32F4. RCC->AHB1ENR |= RCC_AHB1ENR_GPIOBEN; GPIOB->MODER |= ((0x01 << 2*8) | (0x01 << 2*7) | (0x01 << 2*5)); GPIOB->OTYPER &= ~(GPIO_OTYPER_OT_8 | GPIO_OTYPER_OT_7...
  • C167L.LIB not correctly linked
    When setting USEDEXTONLY for my project, I get the following error during the linking process: *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_INITSECSTART MODULE: START_V3.obj (?C_STARTUP...
  • Code not executing correctly
    Hello. I have been working in uVision3 up until a few days ago when my company upgraded to uVision4. I am working on a project in which I read in a string over the UART. The strings start with a couple...
  • C51L.lib not printing correctly
    We are using an Analog Devices ADuC832 device and we have observed that the C51S.lib works well for printing to the serial port under the small memory model. We have not had any luck generating output...
  • GPIO not outputting correctly
    Hi, I'm currently working on an STM32F4. RCC->AHB1ENR |= RCC_AHB1ENR_GPIOBEN; GPIOB->MODER |= ((0x01 << 2*8) | (0x01 << 2*7) | (0x01 << 2*5)); GPIOB->OTYPER &= ~(GPIO_OTYPER_OT_8 | GPIO_OTYPER_OT_7...