Re: CMSIS?

2014-08-29 Thread Chris Nott
Absent answer means no. I had the same idea. Actually I have played around with using vendor libraries from TI and ST, and there is no problem compiling them in. I can't see any reason CMSIS wouldn't fit in fine too. Actually from memory the useful parts of CMSIS comprise two parts, ARM specif

Re: [stm32f4] status of the bsp

2014-09-18 Thread Chris Nott
Hi, I was fiddling with this platform and got as far as a project implementing a USB device. If you are interested I could send you the code. It hasn't been touched for a while, it may or may not have bit rot. Sent with AquaMail for Android http://www.aqua-mail.com On 18 September 2014 12:12

Re: [stm32f4] status of the bsp

2014-09-19 Thread Chris Nott
09-19 6:00 GMT+02:00 Chris Nott : > Hi, I was fiddling with this platform and got as far as a project > implementing a USB device. If you are interested I could send you the code. > It hasn't been touched for a while, it may or may not have bit rot. > > Sent with AquaMail for Andr

Re: [stm32f4] status of the bsp

2014-09-19 Thread Chris Nott
, Sep 19, 2014 at 12:26 PM, Chris Nott wrote: > Interrupts working yes. > > No I don't mind. It's a bit of a mess though, I was in the process of doing > another cleaner USB device implementation for BeagleBone Black, which I was > then going to backport to STM32F4 and even

Re: [stm32f4] status of the bsp

2014-09-19 Thread Chris Nott
: There is a port of LWIP discussed recently on the list which would be very appropriate on lower memory targets. On September 19, 2014 9:21:02 PM CDT, Chris Nott wrote: >I have used the BSD stack with RTEMS on a project with Chris J. It is >fine >for some uses but it is very heavyw

STM32F4 register definitions and PLL settings patch

2014-10-18 Thread Chris Nott
y fix. Regards, Chris. >From 128c5293ea8e2cc94e7ee6ea4eae033175cedc78 Mon Sep 17 00:00:00 2001 From: Chris Nott Date: Sat, 18 Oct 2014 01:55:37 -0700 Subject: [PATCH] Added register definition headers for STM32F4 ADC, EXTI, PWR, SYSCFG, TIM, OTGFS and updated FLASH and RCC. Fixed PLL_Q for U

Re: STM32F4 register definitions and PLL settings patch

2014-10-18 Thread Chris Nott
STM32F4Discovery. Thanks and regards Tomasz 2014-10-18 11:06 GMT+02:00 Chris Nott <mailto:chr...@vl.com.au>>: Hi, I sent these header file changes previously, they didn't get picked up. I re-merged with the head, cleaned up formatting and fixed a bug with P

Re: STM32F4 register definitions and PLL settings patch

2014-10-19 Thread Chris Nott
and regards Tomasz 2014-10-18 11:06 GMT+02:00 Chris Nott mailto:chr...@vl.com.au>>: Hi, I sent these header file changes previously, they didn't get picked up. I re-merged with the head, cleaned up formatting and fixed a bug with PLL_Q

Re: Decreasing BSS size for STM32F4

2014-10-29 Thread Chris Nott
Hi, I have a BSP almost identical to STM32F4 except I want a slight change to the linker settings (I want to offset the start location because there is a bootloader at location 0). Two questions: - Is there any way to do this other than to a) duplicate the BSP and change just the linker fil