• Simulator Timing problem with STR71x
    Hallo, i'am using uVision3. The selected Target CPU is STR710FZ2T6. In Simulator Mode i can configure the PLL1CR only for multiplying Faktors (MX) of 20,12,16, 28. Reading the Datasheet from ST the...
  • EEPROM EMULATION on STR71x family CPU
    I am having a problem trying to use internal flash (bank1)as EEPROM of STR71x family microprocessor. Using a HITEX eval board (purchased from Keil) and I copied code directly from the sample files came...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • standard peripherals library for STM32F4xx
    Hello, tell me why there is no standard library "STSW-STM32065" in plug-ins? Attempt to add the archive en.stm32f4_dsp_stdperiph_lib to the PaÑk installer did not lead to success. I understand that you...
  • RTX and Standard Periph Library
    Any hints on using the STM standard peripheral library with RTX? Looks like there's overlap on some interrupt controllers and when I try to setup the interrupt controller for SPI using the std periph...